Skip to content

Commit d9326af

Browse files
committed
Remove S3 gateway
In elasticsearch core code, we removed Gateways (see elastic/elasticsearch#5422). We need now to remove S3 gateway from aws plugin. Closes #75.
1 parent f03b1aa commit d9326af

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -75,32 +75,6 @@ One practical use for tag filtering is when an ec2 cluster contains many nodes t
7575

7676
Though not dependent on actually using `ec2` as discovery (but still requires the cloud aws plugin installed), the plugin can automatically add node attributes relating to ec2 (for example, availability zone, that can be used with the awareness allocation feature). In order to enable it, set `cloud.node.auto_attributes` to `true` in the settings.
7777

78-
## S3 Gateway
79-
80-
*note*: As explained [here](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway-s3.html) S3 Gateway functionality is being deprecated. Please use [local gateway](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway-local.html) instead.
81-
82-
s3 based gateway allows to do long term reliable async persistency of the cluster state and indices directly to Amazon s3. Note, this is a shared gateway where the indices are periodically persisted to s3 while being served from the data location of each node.
83-
84-
Here is how it can be configured:
85-
86-
cloud:
87-
aws:
88-
access_key: AKVAIQBF2RECL7FJWGJQ
89-
secret_key: vExyMThREXeRMm/b/LRzEB8jWwvzQeXgjqMX+6br
90-
91-
92-
gateway:
93-
type: s3
94-
s3:
95-
bucket: bucket-name
96-
97-
The following are a list of settings (prefixed with `gateway.s3`) that can further control the s3 gateway:
98-
99-
* `chunk_size`: Big files are broken down into chunks (to overcome AWS 5g limit and use concurrent snapshotting). Default set to `100m`.
100-
101-
### concurrent_streams
102-
103-
The `gateway.s3.concurrent_streams` allow to throttle the number of streams (per node) opened against the shared gateway performing the snapshot operation. It defaults to `5`.
10478

10579
## S3 Repository
10680

0 commit comments

Comments
 (0)