bucket-list
Last updated

The box bucket-list command displays all buckets within a specific object storage instance.This command provides details such as bucket ID, name, region, S3 URL, and site configuration
cldkctl box bucket-list [flags]bucket-list, bucket-lsFollow the steps below to run and view the result of this command:
View your available object storage instances to find the Object Storage ID. Refer to the Box List section.
Run the following command in your terminal:
cldkctl box bucket-list <object-storage-id>Replace <object-storage-id> with the ID of the object storage where you want to view all buckets.
Once executed successfully, the terminal displays a table of existing buckets.

ID
Unique bucket identifier.
Name
Name of the bucket.
Region
Region where the bucket resides.
S3 URL
URL for accessing the bucket.
Site
Storage site configuration.
This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for box bucket-list command.
Last updated