License |
License |
---|---|
GroupId | GroupIdcom.github.alexmojaki |
ArtifactId | ArtifactIds3-stream-upload |
Last Version | Last Version2.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionS3 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 |
Filename | Size |
---|---|
s3-stream-upload-2.2.4.pom | |
s3-stream-upload-2.2.4.jar | 20 KB |
s3-stream-upload-2.2.4-sources.jar | 14 KB |
s3-stream-upload-2.2.4-javadoc.jar | 48 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-s3 | jar | |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.gaul : s3proxy | jar | 1.7.0 |
junit : junit | jar | 4.13.1 |