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.

License

License

GroupId

GroupId

com.github.alexmojaki
ArtifactId

ArtifactId

s3-stream-upload
Last Version

Last Version

2.2.4
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0