You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the work that's been done on instances, images, storage volumes and more, it'd be good to support the ?all-projects=true URL parameter for /1.0/storage-pools/POOL/buckets.
To do this, we'll need:
API extension (storage_buckets_all_projects)
GetStoragePoolBucketsAllProjects function in client
Support for all-projects=true in storagePoolBucketsGet
Support for --all-projects flag in incus storage bucket list (cmd/incus)
The text was updated successfully, but these errors were encountered:
Similar to the work that's been done on instances, images, storage volumes and more, it'd be good to support the
?all-projects=true
URL parameter for/1.0/storage-pools/POOL/buckets
.To do this, we'll need:
storage_buckets_all_projects
)client
all-projects=true
instoragePoolBucketsGet
--all-projects
flag inincus storage bucket list
(cmd/incus)The text was updated successfully, but these errors were encountered: