-
Notifications
You must be signed in to change notification settings - Fork 812
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
Regions other than us-east-1 are broken #112
Comments
Thanks for the report! |
I wasn't able to replicate your error with a bucket in Canada. I'm not sure where did you get the full endpoint url from, can you try this:
|
Looks like problem solve in here. I'm closing but feel free to comment back and I'll reopen |
Hi @mickael-kerjean same problem here, buckets different than us-east-1 seems not to be working my connection string is like this:
if i don't specify any path it loads the initial list of buckets, but then, when I open one bucket I receive the same error of @stefanoCaroli and @wpuckering |
Can someone send me a testing account from which I can try? |
I haven't received anything at all. I'm closing until there's enough information to act upon. |
Hello,
It always results in an error. And overwriting the region. EDIT: |
I second that, adding "s3:GetBucketLocation" to allowed actions also fixed the issue for us. |
I still need a testing account to test this out, can you send one? email is in my profile |
Do you mean an access key/secret key? I can't use our corporate one (for obvious reasons) but I'll try to sign up for a new AWS account at some point soon to teset this. |
It seems like setting a different region other than us-east-1 does not work properly. I have a bucket in ca-central-1 which I can upload and delete files from just fine, but I can't edit a text file once uploaded to the bucket. I get the following error saying that the region is invalid:
A snippet of my configuration file showing that I have set my region to ca-central-1 is below:
Seems like this piece of code is the culprit:
The text was updated successfully, but these errors were encountered: