https://github.com/codemonstur/js3
https://github.com/codemonstur/js3
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemonstur/js3
- Owner: codemonstur
- License: mit
- Created: 2020-02-01T14:35:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T20:03:44.000Z (over 1 year ago)
- Last Synced: 2025-08-13T06:38:58.074Z (6 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/codemonstur/js3/releases)
[](http://mvnrepository.com/artifact/com.github.codemonstur/js3)
[](https://opensource.org/licenses/mit-license.php)
# 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.