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.4.jar download
s3-stream-upload-2.2.4.pom download
s3-stream-upload-2.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.alexmojaki</groupId>
  <artifactId>s3-stream-upload</artifactId>
  <version>2.2.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.alexmojaki:s3-stream-upload:2.2.4'
Gradle Kotlin
implementation("com.github.alexmojaki:s3-stream-upload:2.2.4")
Scala SBT
libraryDependencies += "com.github.alexmojaki" % "s3-stream-upload" % "2.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.alexmojaki', module='s3-stream-upload', version='2.2.4')
)
Apache Ivy
<dependency org="com.github.alexmojaki" name="s3-stream-upload" rev="2.2.4" />
Leiningen
[com.github.alexmojaki/s3-stream-upload "2.2.4"]
Apache Buildr
'com.github.alexmojaki:s3-stream-upload:jar:2.2.4'