Skip to content

Fix/add object detail - #57

Merged
KUASWoodyLIN merged 3 commits into
mainfrom
fix/Add_object_detail
Jan 5, 2026
Merged

Fix/add object detail#57
KUASWoodyLIN merged 3 commits into
mainfrom
fix/Add_object_detail

Conversation

@george-wu20250203

Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @george-wu20250203, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on improving the clarity and completeness of the documentation related to storage pool management and object storage (S3). It refines existing instructions for creating and modifying storage pools, enhances the object storage dashboard's descriptive content, and introduces a new guide for accessing S3 buckets via S3 Browser. These changes aim to provide users with more precise and helpful information for managing their storage resources.

Highlights

  • Storage Pool Creation Documentation: The steps for creating a storage pool have been reordered and clarified. The 'Quota' section is now step 4, and 'Advanced Settings (Optional)' has been introduced as step 5, which includes 'Max Objects'. The 'Applications' step has been removed from the numbered list.
  • Storage Pool Editing Documentation: The documentation for editing a storage pool has been updated to reflect that only 'Quota Size' and 'Quota Objects' are editable, removing 'Name' from the list of configurable fields.
  • Object Storage Dashboard Details: The 'Bucket' card in the S3 storage dashboard summary now includes a description for the 'RGW endpoint IP', providing more context for users.
  • Bucket Table 'Created Time' Description: The description for the 'Created Time' column in the Bucket table has been refined to explicitly state that it 'Displays how long ago the bucket was created, relative to the current time'.
  • New S3 Browser Access Guide: A comprehensive new section titled 'Access Bucket with S3 Browser' has been added, providing step-by-step instructions, prerequisites, and account settings for connecting to Ceph Object Gateway (RGW) buckets using S3 Browser.
  • Grammar Corrections: Minor grammatical corrections were made in danger warnings across the object storage documentation, changing 'a Object' to 'an Object' for improved readability.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the documentation for storage pools and object storage. The changes include reorganizing the pool creation steps, adding details to the object storage overview, and providing a new guide for accessing buckets with an S3 browser. My review focuses on improving the clarity, consistency, and structure of the documentation. I've pointed out a potential inconsistency in the pool creation steps and suggested improvements to the new S3 browser guide to make it more user-friendly.

Comment on lines +46 to 49
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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The "Applications" step has been removed from the pool creation process in the documentation. However, the "Applications" column is still listed in the pool overview table (line 28), suggesting it's an important property. Was this removal intentional? If users can no longer set applications during creation, it would be helpful to document how this property is assigned. If it was an accidental removal, please consider adding it back.

Comment on lines 21 to 25
<Card title="Bucket" icon="tabler:bucket">
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.
</Card>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The information about the RGW endpoint seems misplaced within the "Bucket" card, which primarily describes the total count of buckets. The RGW endpoint is a service-level detail that applies to all buckets. Consider moving this information to a more general location, such as the introductory paragraph of the "Bucket" section (around line 14) or the main "Object" page introduction (around line 8), for better logical organization.

Comment on lines +67 to +82
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

</Steps>



Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This new section is a great addition! To make it even clearer for users, I've suggested a few improvements:

  • Made "User section" a markdown link for easier navigation.
  • Made the instructions for Access Key ID and Secret Access Key more specific by referring back to the step where they were created.
  • Removed several extra blank lines for cleaner formatting.

Additionally, in step 5, could you clarify where the user can find the RGW endpoint value? It would be helpful to mention if it's displayed somewhere in the UI.

1. Create a user in the [User section](#user).
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: The access key generated in step 2.
	- Secret Access Key:  The secret key copied in step 2.
	- Use secure transfer: Disable SSL
6. Add new account

</Steps>

@KUASWoodyLIN
KUASWoodyLIN merged commit 4e140a9 into main Jan 5, 2026
1 check passed
@KUASWoodyLIN
KUASWoodyLIN deleted the fix/Add_object_detail branch January 5, 2026 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants