-
Notifications
You must be signed in to change notification settings - Fork 212
Getting S4cmd working for Wasabi or Other object storage services #107
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
Comments
👍 |
Can you create this as a pullrequest? Just tested it and it works with my S3 endpoint !=Amazon |
Hey, Closing this issue for now, but let me know if you face any issues and I'll reopen it! :D |
Thanks for this feature! FYI to others trying to use s4cmd with a non-AWS S3 endpoint now... The current s4cmd 2.0.1 release in pip does not support
s4cmd doesn't seem to use
|
it seems this is still a problem. I installed it with apt-get though. Any update on this? |
I noticed that the s4cmd was not working with other object store except amazon. The reason being that the endpoint url was not being passed when creating a boto client . So i made the change to the python file to grab the config when specified in the s3cmd config file and use it .
Just wanted to place it here to see if any contributor wants to add this to the tool if not somebody can use it if needed.
So the basic diff is as followsindex 3c0d683..f39b5a5 100755
The text was updated successfully, but these errors were encountered: