a

alluxio-underfs-s3a

AWS-SDK S3 Under File System implementation
文件下载
文件名 操作
alluxio-underfs-s3a-2.7.4.jar 下载
alluxio-underfs-s3a-2.7.4.pom 下载
alluxio-underfs-s3a-2.7.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.alluxio</groupId>
  <artifactId>alluxio-underfs-s3a</artifactId>
  <version>2.7.4</version>
</dependency>
Gradle Groovy
implementation 'org.alluxio:alluxio-underfs-s3a:2.7.4'
Gradle Kotlin
implementation("org.alluxio:alluxio-underfs-s3a:2.7.4")
Scala SBT
libraryDependencies += "org.alluxio" % "alluxio-underfs-s3a" % "2.7.4"
Groovy Grape
@Grapes(
  @Grab(group='org.alluxio', module='alluxio-underfs-s3a', version='2.7.4')
)
Apache Ivy
<dependency org="org.alluxio" name="alluxio-underfs-s3a" rev="2.7.4" />
Leiningen
[org.alluxio/alluxio-underfs-s3a "2.7.4"]
Apache Buildr
'org.alluxio:alluxio-underfs-s3a:jar:2.7.4'