add note that the S3 Gateway will be deprecated

This commit is contained in:
Ryan S. Brown 2013-10-08 11:11:16 -05:00
parent 0cde346e26
commit 22c2b79a83
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ Though not dependent on actually using `ec2` as discovery (but still requires th
## S3 Gateway ## S3 Gateway
*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.
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. 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.
Here is how it can be configured: Here is how it can be configured: