-
Notifications
You must be signed in to change notification settings - Fork 36
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 --endpoint-url option to work with S3 compatible services #34
Comments
I also had this problem, I added this at line 59 of this.wasabiEndpoint = new (require("aws-sdk").Endpoint)("https://s3.us-west-1.wasabisys.com");
this.awsSdkS3 = new (require("aws-sdk").S3)({endpoint: this.wasabiEndpoint}); |
Good idea! I'll look into adding it. I think just |
This would be a really useful feature for us as it enables us to use this in other S3 implementations such as Ceph. Any idea if and possibly when this could be available? |
Hi, is there any update if the --endpoint flag will be added? |
I would also like to have this. |
in which function should I add this? Sorry I don't know much of JS but I really need to use this on wasabi as well, I think line 59 is not the same anymore |
Not supporting custom api endpoint kill any usage of self-hosted aws s3, e.g. localstack. |
It is currently not possible to use s3p with non AWS S3 compatible services.
The text was updated successfully, but these errors were encountered: