com.github.codemonstur:js3

A client for S3

Лицензия

Лицензия

Группа

Группа

com.github.codemonstur
Идентификатор

Идентификатор

js3
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.codemonstur:js3
A client for S3
Ссылка на сайт

Ссылка на сайт

https://github.com/codemonstur/js3
Система контроля версий

Система контроля версий

https://github.com/codemonstur/js3

Скачать js3

Имя Файла Размер
js3-1.1.0.pom
js3-1.1.0.jar 29 KB
js3-1.1.0-sources.jar 15 KB
js3-1.1.0-javadoc.jar 227 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.1.0
1.0.0