s

s3proxy

S3Proxy allows applications using the S3 API to access other object stores
https://github.com/andrewgaul/s3proxy
The Apache Software License, Version 2.0
Andrew Gaul
文件下载
文件名 操作
s3proxy-1.4.0.jar 下载
s3proxy-1.4.0.pom 下载
s3proxy-1.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.gaul</groupId>
  <artifactId>s3proxy</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.gaul:s3proxy:1.4.0'
Gradle Kotlin
implementation("org.gaul:s3proxy:1.4.0")
Scala SBT
libraryDependencies += "org.gaul" % "s3proxy" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.gaul', module='s3proxy', version='1.4.0')
)
Apache Ivy
<dependency org="org.gaul" name="s3proxy" rev="1.4.0" />
Leiningen
[org.gaul/s3proxy "1.4.0"]
Apache Buildr
'org.gaul:s3proxy:jar:1.4.0'