OpenSearch/plugins/repository-s3
Ryan Ernst dd7be74bcf Plugins: Simplified repository api for snapshot/restore
The api for snapshot/restore was split up between two interfaces,
Repository and IndexShardRepository. There was also complex
initialization and injection between the two. However, there is always a
one to one relationship between the two.

This change moves the IndexShardRepository api into Repository, as well
as updates the API so as not to require any services to be injected for
sublcasses.
2016-07-06 17:09:30 -07:00
..
licenses Merge branch 'master' into pr/update-aws-sdk 2016-05-27 10:13:35 +02:00
src Plugins: Simplified repository api for snapshot/restore 2016-07-06 17:09:30 -07:00
build.gradle Merge branch 'master' into pr/update-aws-sdk 2016-05-27 10:13:35 +02:00