AWS-Examples/datasync at main · ExamProCo/AWS-Examples · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Readme.md

Create Buckets

aws s3 mb s3://source-datasync-32523
aws s3 mb s3://dest-datasync-32523

Upload File

touch hello.txt
aws s3 cp hello.txt s3://source-datasync-32523/data/hello.txt