-
Notifications
You must be signed in to change notification settings - Fork 211
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
allow for s3 endpoint param #82
Conversation
@chouhanyang: Is it possible to merge this PR? |
This would be really useful. DigitalOcean has also started their Object-Storage service that works flawlessly with s3cmd. Only thing stopping S4cmd form working with DigitalOcean and other providers is the 'endpoint_url'. |
Someone apply this patch it has saved me a lot of trouble, and I don't see it negatively affecting anything else upstream. Thank you @apbodnar for doing the work on this. |
@chouhanyang can you please merge this pr? |
Why was this not yet merged? :) |
+1 T.T |
Hi, @apbodnar Thanks for the pull request. I am trying to revive this project and would like to validate the use case with a test case. Is it possible for you to share the steps required for testing this feature? |
Thanks! |
allow for s3 endpoint param
I want to be able to use s3 transfer accelerated buckets with s4cmd. Boto3 allows for this by configuring a
endpoint_url
in the s3 client. With this change, I can enable s3 transfer acceleration by using--endpoint-url=http://s3-accelerate.amazonaws.com