c

cloud-aws

The Amazon Web Service (AWS) Cloud plugin allows to use AWS API for the unicast discovery mechanism and add S3 repositories.
Files download
File Operation
cloud-aws-2.4.6.jar download
cloud-aws-2.4.6.pom download
cloud-aws-2.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticsearch.plugin</groupId>
  <artifactId>cloud-aws</artifactId>
  <version>2.4.6</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch.plugin:cloud-aws:2.4.6'
Gradle Kotlin
implementation("org.elasticsearch.plugin:cloud-aws:2.4.6")
Scala SBT
libraryDependencies += "org.elasticsearch.plugin" % "cloud-aws" % "2.4.6"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch.plugin', module='cloud-aws', version='2.4.6')
)
Apache Ivy
<dependency org="org.elasticsearch.plugin" name="cloud-aws" rev="2.4.6" />
Leiningen
[org.elasticsearch.plugin/cloud-aws "2.4.6"]
Apache Buildr
'org.elasticsearch.plugin:cloud-aws:jar:2.4.6'