docs: add second batch of tool examples (s3cmd, Terraform, aws-sdk-js/go) - #113
Merged
Conversation
…, 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.
|
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 |
docs-rustfs-com | 0a1b196 | Commit Preview URL Branch Preview URL |
Jul 16 2026, 06: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
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:~/.s3cfgwith path-style host,mb/put/lss3_use_path_style = true+ skip flags),aws_s3_bucket/aws_s3_objectforcePathStyle: true), links to the full JS SDK guideUsePathStyle: true), links to the full Go SDK guideAll use the canonical constants (
localhost:9000,us-east-1,my-bucket, placeholder credentials) and enable RustFS path-style addressing. Added to the Examplesmeta.json.npm run docs:check✓ ·npm run build✓ (311 pages).