AWS Utils

A wrapper on top of AWS SDK, contains useful utility and helper classes.

Лицензия

Лицензия

Категории

Категории

AWS Контейнер PaaS Providers
Группа

Группа

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

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

aws-utils
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

AWS Utils
A wrapper on top of AWS SDK, contains useful utility and helper classes.
Ссылка на сайт

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

https://spranshu1.github.io/aws-utils
Система контроля версий

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

http://github.com/spranshu1/aws-utils/tree/master

Скачать aws-utils

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.amazonaws : aws-java-sdk jar 1.11.779
com.github.spranshu1.common.util : common-utils jar 1.0.3

test (1)

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

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

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

AWS Utils

Codacy Badge Maven Build

A wrapper on top of AWS SDK, contains useful utility and helper classes.

You can browse the javadoc for more information

Target Version

Maven Central

Getting started:

Prerequisites

Ensure local installation of following softwares/tools:

  • JDK - 1.8
    $ java -version
    java version "1.8.0_121"
  • Apache Maven - if using maven dependency https://maven.apache.org/install.html
  • Gradle - if using gradle https://gradle.org/install/

Setup

Apache Maven

  • Add dependency in your pom.xml

     
     <dependency>
       <groupId>com.github.spranshu1</groupId>
       <artifactId>aws-utils</artifactId>
       <version>${version}</version>
     </dependency>
     

Release Log

1.0.0

  • IAMHelper introduced for IAM specific operations
  • Minor BugFix in S3BucketHelper

0.0.1

  • First version

Support or Contact

spranshu1

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

Версия
1.0.0
0.0.1