Skip to content

docs(iam): clarify readonly bucket listing permissions - #139

Merged
majinghe merged 1 commit into
mainfrom
fix/readonly-bucket-listing
Sep 9, 2026
Merged

docs(iam): clarify readonly bucket listing permissions#139
majinghe merged 1 commit into
mainfrom
fix/readonly-bucket-listing

Conversation

@GatewayJ

@GatewayJ GatewayJ commented Sep 8, 2026

Copy link
Copy Markdown
Member

Summary

The built-in readonly policy permits bucket-name discovery through s3:GetBucketLocation, while listing objects inside a bucket requires s3: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, and content/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 in scripts/add-language-redirects.mjs and worker.mjs. These files, the type configuration, and dependency manifests match main.
  • 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/rustfs at 72e85210f136da936b27f83faf4a4f0054f1bb32:

@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
docs-rustfs-com Ready Ready Preview Sep 8, 2026 7:46am UTC

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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

@GatewayJ
GatewayJ requested a review from overtrue September 8, 2026 10:24
@majinghe
majinghe merged commit f40f4a8 into main Sep 9, 2026
4 checks passed
@majinghe
majinghe deleted the fix/readonly-bucket-listing branch September 9, 2026 03:49
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.

2 participants