Skip to content

Commit

Permalink
Remove S3 gateway
Browse files Browse the repository at this point in the history
In elasticsearch core code, we removed Gateways (see elastic/elasticsearch#5422).

We need now to remove S3 gateway from aws plugin.

Closes #75.
  • Loading branch information
dadoonet committed Apr 18, 2014
1 parent ecc4577 commit f03b1aa
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 286 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -32,7 +32,7 @@
</parent>

<properties>
<elasticsearch.version>1.1.1</elasticsearch.version>
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
<lucene.version>4.7.1</lucene.version>
<tests.output>onerror</tests.output>
<tests.jvms>1</tests.jvms>
Expand Down
119 changes: 0 additions & 119 deletions src/main/java/org/elasticsearch/gateway/s3/S3Gateway.java

This file was deleted.

34 changes: 0 additions & 34 deletions src/main/java/org/elasticsearch/gateway/s3/S3GatewayModule.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit f03b1aa

Please sign in to comment.