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
dadoonet
(David Pilato)
November 2, 2015, 11:38am
2
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
dadoonet
(David Pilato)
November 2, 2015, 12:57pm
4
Yes. 2.7.1 is the latest for 1.7.
1 Like