docs(iam): clarify readonly bucket listing permissions - #139
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
rustfs-docs | fed1b45 | Commit Preview URL Branch Preview URL |
Sep 08 2026, 07:46 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The built-in
readonlypolicy permits bucket-name discovery throughs3:GetBucketLocation, while listing objects inside a bucket requiress3:ListBucket. Replace the ambiguous "cannot browse buckets" warning with this distinction and explain how to grant object-listing access.Update only the corresponding paragraph in
content/en,content/zh,content/de,content/fr, andcontent/ja.Validation
git diff --check— passed.npm run docs:check— passed for all 600 pages.env -u ALGOLIA_ADMIN_API_KEY npm run build— passed; verified the corrected paragraph in the generated HTML for all five locales. Algolia sync was skipped.npm run types:check— fails on existing implicit-any errors inscripts/add-language-redirects.mjsandworker.mjs. These files, the type configuration, and dependency manifests matchmain.node .agents/skills/localize-rustfs-docs/scripts/audit-locales.mjs --locales zh,de,fr,ja --json— remains blocked by existing untranslated content. Before: 362 errors and 39 warnings. After: 359 errors and 48 warnings; translating the three affected English-only paragraphs replaces three whole-file errors with nine warnings about the unchanged remainder of those pages.Implementation references
Verified against
rustfs/rustfsat72e85210f136da936b27f83faf4a4f0054f1bb32: