-
Notifications
You must be signed in to change notification settings - Fork 151
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
Cannot change s3 region #80
Comments
I also have this... any updates? |
I did not have time to dig around, i've created new bucket in us-east-1. let me know if you have solution. |
Any fix for this issue? |
I found solution |
Yeah, this still... i'll submit a PR |
@ManigandanRaamanathan what did you do to solve it? |
@leleofg I manually edited the library's hardcoded endpoint |
Any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have bucket in southeast asia region. when i set region option, it throw out error
const options = {
keyPrefix: "react/",
bucket: "",
region: "ap-southeast-1",
accessKey: "",
secretKey: "",
successActionStatus: 201
}
<xml version="1.0" encoding="UTF-8"?>↵
InvalidArgument
the region 'ap-southeast-1' is wrong; expecting 'us-east-1'The text was updated successfully, but these errors were encountered: