com.github.codemonstur:js3

A client for S3

License

License

GroupId

GroupId

com.github.codemonstur
ArtifactId

ArtifactId

js3
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.codemonstur:js3
A client for S3
Project URL

Project URL

https://github.com/codemonstur/js3
Source Code Management

Source Code Management

https://github.com/codemonstur/js3

Download js3

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

GitHub Release Maven Central MIT Licence

js3 - a client for accessing Amazon S3 / Minio

The official Amazon SDK for accessing S3 has many dependencies and weighs about 10MB.

For something as simple as talking to an external HTTP API and uploading and downloading some files I felt that this was too heavy.

The code in this library is based on pico-s3 but has been heavy refactored and extended to allow for additional features.

Versions

Version
1.1.0
1.0.0