Buckets¶
The Buckets
tab shows all of the S3 user buckets as a list and displays the actual amount of resources they are using within the allocated amount.
For each bucket, the Space
column shows the amount of storage space used, and the Objects
column shows the number of objects in the bucket. The user can change or delete buckets using the action button on the right.
In this tab, you can also create another bucket for the current S3 user.
To do this, click the Add a Bucket button and fill in the following fields in the modal window:
Name
- the unique name of the bucket;Space (MiB)
- the maximum storage size of this bucket;Objects quota
- the maximum number of objects in the bucket.
Click Submit
to create a new bucket.
Current Quota Enforcement Mechanism
There is currently a delay in quota verification, which may result in S3 quotas being slightly exceeded. We are aware of this issue and are working on a fix.
Bucket Names in S3 Storage V2
In Storage V1, buckets were located in a unified global namespace, requiring unique names across the entire location.
Bucket names created in Storage V2 will include account ownership information, so they only need to be unique within the account.
Bucket name format: account_name + / + bucket_name
Example: acc/testbucket
Storage V2 will continue to support the display of buckets created in the global namespace for S3 users created in Storage V1.
Roles and Permissions¶
Action | Member | Admin | Billing | Operator | Owner |
---|---|---|---|---|---|
View Buckets | ✔ only own | ✔ | ✔ | ✔ | |
Add a Bucket | ✔ only own | ✔ | ✔ | ✔ | |
Edit a Bucket | ✔ only own | ✔ | ✔ | ✔ | |
Remove a Bucket | ✔ only own | ✔ | ✔ | ✔ |