Skip to content
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

Can the S3 Agent be used with S3-compatible APIs? #2708

Open
virtadpt opened this issue Mar 8, 2020 · 3 comments
Open

Can the S3 Agent be used with S3-compatible APIs? #2708

virtadpt opened this issue Mar 8, 2020 · 3 comments

Comments

@virtadpt
Copy link
Collaborator

virtadpt commented Mar 8, 2020

Has anyone tried using the S3 Agent to interact with self-hosted services that have an S3 compatible API, like Minio? If not, how difficult would it be to add a field to supply such a URL?

@dsander
Copy link
Collaborator

dsander commented Mar 29, 2020

It should not be too hard we need a new endpoint field and pass it to the Aws::S3::Client initialization. Not sure what the force_path_style: true configuration does and if it's only required for minio (https://docs.min.io/docs/how-to-use-aws-sdk-for-ruby-with-minio-server.html).

@crownsox
Copy link

crownsox commented Feb 5, 2021

I would also love to see this implemented, specifically for interacting with Backblaze B2 (https://www.backblaze.com/b2/docs/s3_compatible_api.html).

@virtadpt
Copy link
Collaborator Author

virtadpt commented Feb 5, 2021

Same - that would let me interact with my backups.

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

No branches or pull requests

3 participants