S3 non-AWS repo

hi,
I'd like to use ES backups to S3 compatible (non-AWS) location.
I see there this:


But is this available as build jar or do I need to build it myself (I use embedded ES).

How does it compare to http://mvnrepository.com/artifact/org.elasticsearch/elasticsearch-cloud-aws ?

thanks

repository-s3 is the new plugin name for elasticsearch master branch.
If you are using 2.0, it's still cloud-aws. https://github.com/elastic/elasticsearch/tree/2.0/plugins/cloud-aws

The code has been moved to elasticsearch repository from https://github.com/elastic/elasticsearch-cloud-aws

I'm on 1.7.3 yet. Is it fair to assume that I should use http://mvnrepository.com/artifact/org.elasticsearch/elasticsearch-cloud-aws/2.7.1 ?

Yes. 2.7.1 is the latest for 1.7.

1 Like