Bucket
The total number of S3 buckets currently defined in the system.
The RGW endpoint IP that clients use to access the bucket via S3-compatible APIs.
The Object page allows you to manage the Ceph Object Gateway (RGW), which provides an S3-compatible object storage interface. You can manage buckets for storing objects and users for controlling access.
The page is divided into two main sections: Bucket and User.
The Bucket section allows you to manage S3 buckets.
At the top of the page, you will find a dashboard summarizing the state of S3 storage:
Bucket
The total number of S3 buckets currently defined in the system.
The RGW endpoint IP that clients use to access the bucket via S3-compatible APIs.
Usage
The combined storage consumption across all buckets, including object data and metadata overhead.
The Bucket table displays a list of all buckets. The table includes the following information:
| Column | Description |
|---|---|
| Name | The name of the bucket. |
| Owner | The user ID of the bucket owner. |
| Usage | The total size of objects stored in the bucket. |
| Created Time | Displays how long ago the bucket was created, relative to the current time. |
You can create new buckets to store your data.
private, public-read) to define basic access permissions.This section demonstrates how to access a Ceph Object Gateway (RGW) bucket using S3 Browser, a graphical S3 client. This approach is useful for manual verification, browsing objects, and basic upload/download operations without writing code.
You can modify or delete existing buckets using the Actions menu.
Allows you to update the bucket’s owner, policy, or ACL.
Permanently removes a bucket and all its objects.
The User section allows you to manage RGW users and their access keys.
At the top of the page, you will find a dashboard summarizing the state of S3 user management:
User Shares
The total number of S3 users registered in the system.
The User table displays a list of all users. The table includes the following information:
| Column | Description |
|---|---|
| ID | The unique identifier of the user. |
| Name | The display name of the user. |
| Suspended | Indicates whether the user account is suspended. |
| Key | The number of access keys associated with the user. Clicking the external link icon opens a detailed view of the keys. |
You can create new users to access the object storage.
You can modify or delete existing users using the Actions menu.
Allows you to update the user’s name or suspension status.
Permanently removes a user.
Access keys are used to authenticate requests to the object storage service. You can view and manage keys by clicking the external link icon in the Key column.
The key list displays the following information:
| Column | Description |
|---|---|
| Access Key | The access key ID. |
You can generate new access keys for a user.
Permanently removes an access key.