Skip to content

AWS S3-clone by using the AWS Java SDK

Notifications You must be signed in to change notification settings

KasnocknDave/aws-s3-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

AWS S3-clone by using the AWS Java SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%