is not current version
Last Version 2.2.4

com.github.alexmojaki:s3-stream-upload 1.0.1

Manages streaming of data to S3 without knowing the size beforehand and without keeping it all in memory or writing to disk.

GroupId

GroupId

com.github.alexmojaki
ArtifactId

ArtifactId

s3-stream-upload
Version

Version

1.0.1
Type

Type

jar

Download s3-stream-upload 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.alexmojaki/s3-stream-upload/ -->
<dependency>
    <groupId>com.github.alexmojaki</groupId>
    <artifactId>s3-stream-upload</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexmojaki/s3-stream-upload/
implementation 'com.github.alexmojaki:s3-stream-upload:1.0.1'
// https://jarcasting.com/artifacts/com.github.alexmojaki/s3-stream-upload/
implementation ("com.github.alexmojaki:s3-stream-upload:1.0.1")
'com.github.alexmojaki:s3-stream-upload:jar:1.0.1'
<dependency org="com.github.alexmojaki" name="s3-stream-upload" rev="1.0.1">
  <artifact name="s3-stream-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexmojaki', module='s3-stream-upload', version='1.0.1')
)
libraryDependencies += "com.github.alexmojaki" % "s3-stream-upload" % "1.0.1"
[com.github.alexmojaki/s3-stream-upload "1.0.1"]