Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 536 Bytes

Introduction

It's an AWS S3-Bucket clone by using AWS SDK for Java 2.0.

Prerequirements

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

Specs

  • Java 11
  • Maven: 3.6.2