Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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