Skip to content

Add S3 compatibility docs #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 11, 2025
Merged

Add S3 compatibility docs #80

merged 4 commits into from
Aug 11, 2025

Conversation

EmilFattakhov
Copy link
Member

@EmilFattakhov EmilFattakhov commented Aug 7, 2025

This PR adds a dedicated page on S3 compatibility and includes everything from the overview to the migration guide.

Based on the @clostao draft.

Copy link

netlify bot commented Aug 7, 2025

Deploy Preview for autonomysdevdocs ready!

Name Link
🔨 Latest commit 1ba54f6
🔍 Latest deploy log https://app.netlify.com/projects/autonomysdevdocs/deploys/68960f2d89c53c000830a5e2
😎 Deploy Preview https://deploy-preview-80--autonomysdevdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Member

@jim-counter jim-counter left a comment

Choose a reason for hiding this comment

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

Few small suggestions. Content looks great!

// No actual S3 bucket is created - it's just URL routing
```

- Base URL: http://localhost:3000/s3 (development)
Copy link
Member

@clostao clostao Aug 8, 2025

Choose a reason for hiding this comment

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

Here, I think that we should add the mainnet & testnet URL instead of dev that would be rarely used

Mainnet: https://public.auto-drive.autonomys.xyz/api/s3
Taurus: https://public.taurus.auto-drive.autonomys.xyz/api/s3


// Step 2: Upload parts
const uploadPartCommand = new UploadPartCommand({
Bucket: "http://localhost:3000/s3",
Copy link
Member

Choose a reason for hiding this comment

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

I'd prefer to be used mainnet endpoints for examples

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree, good suggestion 👍

Copy link
Member

@jim-counter jim-counter left a comment

Choose a reason for hiding this comment

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

LGTM!

@EmilFattakhov EmilFattakhov merged commit 137acc9 into main Aug 11, 2025
4 checks passed
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