It's an AWS S3-Bucket clone by using AWS SDK for Java 2.0.
Make sure that you put your credentials in ~/.aws
.
You can configure them by using the AWS-CLI and aws configure
.
See if it works by using aws s3 ls
. Below is a sample output by using the command.
2019-01-01 19:34:33 bucket1
2019-02-02 09:49:17 bucket2
2019-03-03 17:09:46 bucket3
- Java 11
- Maven: 3.6.2