hoantran-it / aws-service

Amazon Web Service Utility Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS service library for client API

Amazon Web Service client API library for Java application

Getting Started

Fork source code to get more detail or just adding maven dependency for usage.

Installing

Add below dependency to your maven project

<dependency>
    <groupId>com.github.hoantran-it.library</groupId>
    <artifactId>aws-service</artifactId>
    <version>1.1</version>
</dependency>

Sample use caces

Call api to upload file to S3

import com.github.hoantran.lib.aws.s3.S3Service;
S3Service service = new S3Service();
service.uploadS3ObjectSingleOperation(bucket, assetFullPath, input, metadata);

Built With

  • Maven - Dependency Management

Versioning

For the versions available, see the maven repository or github release

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License - see the LICENSE.md file for details

About

Amazon Web Service Utility Library

License:Apache License 2.0


Languages

Language:Java 100.0%