a

aws-s3-outputstream

Converts AWS SDK v2 multipart upload into an java.io.OutputStream
https://github.com/CI-CMG/aws-s3-outputstream
MIT License
CIRES Coastal and Marine Geophysics / Marine Geology and Geophysics Developers
文件下载
文件名 操作
aws-s3-outputstream-1.1.2.jar 下载
aws-s3-outputstream-1.1.2.pom 下载
aws-s3-outputstream-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.ci-cmg</groupId>
  <artifactId>aws-s3-outputstream</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.ci-cmg:aws-s3-outputstream:1.1.2'
Gradle Kotlin
implementation("io.github.ci-cmg:aws-s3-outputstream:1.1.2")
Scala SBT
libraryDependencies += "io.github.ci-cmg" % "aws-s3-outputstream" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ci-cmg', module='aws-s3-outputstream', version='1.1.2')
)
Apache Ivy
<dependency org="io.github.ci-cmg" name="aws-s3-outputstream" rev="1.1.2" />
Leiningen
[io.github.ci-cmg/aws-s3-outputstream "1.1.2"]
Apache Buildr
'io.github.ci-cmg:aws-s3-outputstream:jar:1.1.2'