Managing buckets
After enabling access to the S3 storage, you can start creating buckets and uploading data in them. In an Amazon S3-like storage, a bucket is a uniquely named container for files, known as objects . Buckets are used to group and isolate objects from those in other buckets.
It is recommended to use bucket names that comply with DNS naming conventions:
- Must be from 3 to 63 characters long
- Can contain only lowercase letters, numbers, hyphens (-), and periods (.)
- Must start and end with a letter or number
- Can be a series of valid name parts separated by periods
Limitations
- You can only delete an empty bucket.
Prerequisites
- Access to the S3 storage is enabled, as described in Enabling access to S3 storage.
To create a bucket
- Go to the S3 > Buckets screen, and click Create bucket.
- In the Create bucket window, specify a name for the bucket, and then click Create.
To list the bucket contents
Go to the S3 > Buckets screen, and click the bucket name to open the list of its contents.
To delete a bucket
- Go to the S3 > Buckets screen, and click the required bucket.
- On the bucket right pane, click Delete.
- In the conformation window, click Delete.