Buckets¶
The Buckets tab displays a list of all buckets belonging to the current S3 user and shows the actual amount of resources used within the assigned quota.
For each bucket, the Space column shows the amount of used disk space, and the Objects column displays the number of used objects relative to the configured quota.
- The total number of used objects includes stored objects (full and multipart objects), as well as objects from active multipart upload sessions.
- The quota limits the maximum number of objects allowed in a bucket.
Number of objects in a bucket
Detailed information about the number of objects (total objects, stored objects, and multipart objects) can be viewed by hovering over the value in the Objects column.
You can edit or delete a bucket using the actions menu located on the right side of the corresponding row.
Bucket creation¶
You can also create a new bucket for the current S3 user on this tab.
To do this, click the Add a Bucket button and fill in the following fields in the modal window:
Name- unique bucket name;Space (MiB)- maximum allowed disk space;Objects quota- maximum allowed number of objects in the bucket.
Click Submit to create a new bucket.
Current Quota Enforcement Mechanism
There may currently be a delay in quota verification, which can result in slight S3 quota overruns. We are working to resolve this limitation.
Bucket Names in S3 Storage V2
In Storage V1, buckets were created in a single global namespace, which required bucket names to be unique across the entire location.
In Storage V2, the bucket name includes account ownership information, so it only needs to be unique within a single account.
Bucket name format: account_name / bucket_name
Example: acc/testbucket
Storage V2 continues to support displaying buckets created in the global namespace for S3 users originally created in Storage V1.
Roles and Permissions¶
| Action | Member | Admin | Owner | Operator |
|---|---|---|---|---|
| View Buckets | ✔ only own | ✔ | ✔ | ✔ |
| Add a Bucket | ✔ | ✔ | ✔ | ✔ |
| Edit a Bucket | ✔ only own | ✔ | ✔ | ✔ |
| Remove a Bucket | ✔ only own | ✔ | ✔ | ✔ |

