-
Notifications
You must be signed in to change notification settings - Fork 3
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
Send data to non-AWS S3 bucket #31
Comments
When I try to put a minio url for the s3 uri in the global_config.json, I get this error:
botocore has a built in endpoint_url property that I think is for this purpose. Is it as simple as adding that to the global_config.json as a new key and then editing |
Hi, we haven’t tested this with a non-Amazon S3 bucket, but as long as it’s S3 compatible with the client, I don’t see why that wouldn’t work. Based on the docs you linked, it sounds like your suggestion should work, I would be interested in hearing how it goes! |
I got it working and submitted a pull request |
Thank you @bvarick for the PR! |
Is it possible to save to something other than AWS S3? Either a different S3 compatible destination or a local directory?
The text was updated successfully, but these errors were encountered: