Skip to content

hoantran-it/aws-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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