Amazon Web Service client API library for Java application
Fork source code to get more detail or just adding maven dependency for usage.
Add below dependency to your maven project
<dependency>
<groupId>com.github.hoantran-it.library</groupId>
<artifactId>aws-service</artifactId>
<version>1.1</version>
</dependency>
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);
- Maven - Dependency Management
For the versions available, see the maven repository or github release
- Hoan Tran - Initial work - hoantran-it
See also the list of contributors who participated in this project.
This project is licensed under the Apache License - see the LICENSE.md file for details