elastic / elasticsearch-cloud-aws

AWS Cloud Plugin for Elasticsearch
https://github.com/elastic/elasticsearch/tree/master/plugins/discovery-ec2
577 stars 181 forks source link

Add support for S3 StorageClass (Glacier, Reduced Redundancy, Infrequent Access) #243

Closed schonfeld closed 8 years ago

schonfeld commented 8 years ago

This PR adds support for S3's storage class...

dadoonet commented 8 years ago

Could you open this against elasticsearch repo? It won't be merged in this repo.

Also, if you want to udpate AWS SDK, please do it in another PR (against elasticsearch repo again).

Thanks!

schonfeld commented 8 years ago

@dadoonet erm, sure... Reason I didn't do it from the start is cos the main es repo requires Java 1.8 to build... Is there a way around that? Otherwise, I'll get that set up in a few days

dadoonet commented 8 years ago

Well. You can build it against 2.x branch.

dadoonet commented 8 years ago

Fixed with https://github.com/elastic/elasticsearch/pull/13656