diff --git a/src/content/docs/service/storage/02-pool.mdx b/src/content/docs/service/storage/02-pool.mdx
index 04d7145..f5a12aa 100644
--- a/src/content/docs/service/storage/02-pool.mdx
+++ b/src/content/docs/service/storage/02-pool.mdx
@@ -43,9 +43,9 @@ The create dialog includes configuration fields for pool type, replica size or e
- **Replicated Size**: Specify the number of replicas (e.g., 3).
- **Erasure**: Uses erasure coding to save space. Ideal for cold storage or large datasets.
- **EC Overwrite**: Enable if you need to support overwrites (required for RBD/CephFS on EC pools).
-4. **Applications**: Select one or more applications that will use this pool (e.g., `rbd`, `cephfs`, `rgw`).
-5. **Quota**: Optionally set limits on the pool's usage:
+4. **Quota**: Optionally set limits on the pool's usage:
- **Max Bytes**: The maximum amount of data (in GB or TB) the pool can store.
+5. **Advanced Settings (Optional)**:
- **Max Objects**: The maximum number of objects the pool can store.
6. Click **Confirm** to create the pool.
@@ -62,7 +62,7 @@ Allows you to modify the pool's configuration, such as quotas.
1. Select **Edit** from the actions menu (pencil icon).
-2. Update the **Name**, **Quota Size**, or **Quota Objects** as needed.
+2. Update the **Quota Size**, or **Quota Objects** as needed.
3. Click **Confirm** to save changes.
diff --git a/src/content/docs/service/storage/06-object.mdx b/src/content/docs/service/storage/06-object.mdx
index 200c127..9c0d6c1 100644
--- a/src/content/docs/service/storage/06-object.mdx
+++ b/src/content/docs/service/storage/06-object.mdx
@@ -19,7 +19,9 @@ At the top of the page, you will find a dashboard summarizing the state of S3 st
- The total number of S3 buckets currently defined in the system.
+ 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 combined storage consumption across all buckets, including object data and metadata overhead.
@@ -30,12 +32,12 @@ At the top of the page, you will find a dashboard summarizing the state of S3 st
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** | The creation timestamp of the bucket. |
+| 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. |
### Create Bucket
@@ -52,6 +54,32 @@ You can create new buckets to store your data.
+### Access Bucket with S3 Browser
+
+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.
+
+#### Prerequisites
+- S3 Browser installed on the client machine (Windows).
+
+
+
+1. Create a user in User section.
+2. Create an access key for the user and copy the secret key.
+3. Create a bucket and assign the user as the owner. The bucket owner always has full control of the bucket regardless of the selected ACL.
+4. Open S3 Browser.
+5. Fill in the account settings:
+ - Account type: S3 compatible storage
+ - API endpoint: RGW endpoint
+ - Access Key ID: User’s access key.
+ - Secret Access Key: The copied secret key.
+ - Use secure transfer: Disable SSL
+6. Add new account
+
+
+
+
+
### Manage Buckets
You can modify or delete existing buckets using the **Actions** menu.
@@ -81,7 +109,7 @@ Permanently removes a bucket and all its objects.
## User
@@ -152,7 +180,7 @@ Permanently removes a user.
### Manage Keys
@@ -190,5 +218,5 @@ Permanently removes an access key.
\ No newline at end of file