Skip to content

docs: add second batch of tool examples (s3cmd, Terraform, aws-sdk-js/go) - #113

Merged
overtrue merged 1 commit into
mainfrom
docs-examples-batch2
Jul 16, 2026
Merged

docs: add second batch of tool examples (s3cmd, Terraform, aws-sdk-js/go)#113
overtrue merged 1 commit into
mainfrom
docs-examples-batch2

Conversation

@overtrue

Copy link
Copy Markdown
Collaborator

Summary

Completes the per-tool examples set (backlog rustfs/backlog#1274, second batch). Adds four content/developer/examples/ pages, each a ~30-second connect-and-verify recipe:

  • s3cmd — new: ~/.s3cfg with path-style host, mb/put/ls
  • Terraform — new: AWS provider with a custom S3 endpoint (s3_use_path_style = true + skip flags), aws_s3_bucket/aws_s3_object
  • AWS SDK for JavaScript — minimal v3 client (forcePathStyle: true), links to the full JS SDK guide
  • AWS SDK for Go — minimal v2 client (UsePathStyle: true), links to the full Go SDK guide

All use the canonical constants (localhost:9000, us-east-1, my-bucket, placeholder credentials) and enable RustFS path-style addressing. Added to the Examples meta.json.

npm run docs:check ✓ · npm run build ✓ (311 pages).

…, aws-sdk-go)

Complete the per-tool examples set: s3cmd and Terraform (new tools), plus
minimal aws-sdk-js and aws-sdk-go connection recipes that link to the full
SDK guides. Each follows the examples pattern — install, configure
(endpoint / credentials / path-style), verify with expected output.
@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs-rustfs-com Ready Ready Preview, Comment Jul 16, 2026 6:46am

Copilot AI review requested due to automatic review settings July 16, 2026 06:45
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 16, 2026

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
docs-rustfs-com 0a1b196 Commit Preview URL

Branch Preview URL
Jul 16 2026, 06:46 AM

Copilot AI 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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@overtrue
overtrue merged commit 3ad2bb3 into main Jul 16, 2026
4 checks passed
@overtrue
overtrue deleted the docs-examples-batch2 branch July 16, 2026 06:46
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