s

s3-stream-upload

Manages streaming of data to S3 without knowing the size beforehand and without keeping it all in memory or writing to disk.
https://github.com/alexmojaki/s3-stream-upload
MIT License
Alex Hall
Files download
File Operation
s3-stream-upload-2.2.0.jar download
s3-stream-upload-2.2.0.pom download
s3-stream-upload-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.alexmojaki</groupId>
  <artifactId>s3-stream-upload</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.alexmojaki:s3-stream-upload:2.2.0'
Gradle Kotlin
implementation("com.github.alexmojaki:s3-stream-upload:2.2.0")
Scala SBT
libraryDependencies += "com.github.alexmojaki" % "s3-stream-upload" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.alexmojaki', module='s3-stream-upload', version='2.2.0')
)
Apache Ivy
<dependency org="com.github.alexmojaki" name="s3-stream-upload" rev="2.2.0" />
Leiningen
[com.github.alexmojaki/s3-stream-upload "2.2.0"]
Apache Buildr
'com.github.alexmojaki:s3-stream-upload:jar:2.2.0'