Last Version

S3 Stream Upload 2.2.4

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

License

License

GroupId

GroupId

com.github.alexmojaki
ArtifactId

ArtifactId

s3-stream-upload
Version

Version

2.2.4
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/alexmojaki/s3-stream-upload

Download s3-stream-upload 2.2.4


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

Dependencies

compile (2)

Group / Artifact Type Version
com.amazonaws : aws-java-sdk-s3 jar
org.slf4j : slf4j-api jar 1.7.30

test (2)

Group / Artifact Type Version
org.gaul : s3proxy jar 1.7.0
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.