aws s3 sync CLI tool.
This is a CLI tool that synchronizes the state of your local directory with AWS S3.
- Upload and sync local files in bulk.
% s3sync upload [-f] -m bulk
- Download all at once from s3 and sync.
% s3sync download [-f] -m buld
- Upload and sync local a file.
% s3sync upload [-f] -m file
file list> aaa.txt
bbb.txt
ccc.txt
...
- Download and sync s3 a file.
% s3sync download [-f] -m file
file list> s3_aaa.txt
s3_bbb.txt
s3_ccc.txt
...