-
Notifications
You must be signed in to change notification settings - Fork 180
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
InvalidLocationConstraint when registering snapshot repository in us-east-1 #73
Comments
Could you give us a bit more information about your setup? Which version of elasticsearch and plugin are you using? Did you specify another region in elasticsearch.yml file? Which region is it? |
Elasticsearch v 1.1.1 No region specified in the .yml file. All I have is access and secret key. It's working with all other AWS regions -- creating a snapshot through the API, that is. |
It might be related to #74. |
We just released cloud-aws 2.1.1. Could you give it a try and reopen this issue if you still have trouble? Thanks! |
That fixed it. Thanks a ton. |
This appears to work with any of the other regions, so I'm not sure what's up. I've seen in the S3 docs that us-east-1 doesn't require a location constraint as it's the default, but it looks like that's taken care of here: https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/master/src/main/java/org/elasticsearch/repositories/s3/S3Repository.java#L91-L95
The text was updated successfully, but these errors were encountered: