Skip to content

Commit a0fa97d

Browse files
pburkholderdadoonet
authored andcommitted
Update README about SNAPSHOT vs released versions
Closes elastic#77.
1 parent 7af1316 commit a0fa97d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ AWS Cloud Plugin for Elasticsearch
44
The Amazon Web Service (AWS) Cloud plugin allows to use [AWS API](https://github.com/aws/aws-sdk-java)
55
for the unicast discovery mechanism and add S3 repositories.
66

7-
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1`.
7+
In order to install the plugin, run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1`.
8+
9+
where `2.1.1` would be the version applicable to your elasticsearch release, as follows:
810

911
* For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/master).
1012
* For 1.3.x elasticsearch versions, look at [es-1.3 branch](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.3).
@@ -13,6 +15,9 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
1315
* For 1.0.x elasticsearch versions, look at [es-1.0 branch](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.0).
1416
* For 0.90.x elasticsearch versions, look at [es-0.90 branch](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-0.90).
1517

18+
SNAPSHOT releases are still in development are _NOT_ available for automatic installation with `bin/plugin`. In such cases
19+
you would be responsible building the plugin and providing the file/url yourself.
20+
1621
| AWS Cloud Plugin | elasticsearch | Release date |
1722
|----------------------------|---------------------|:------------:|
1823
| 3.0.0-SNAPSHOT | master | XXXX-XX-XX |

0 commit comments

Comments
 (0)