Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 528 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 528 Bytes

s3sync

aws s3 sync CLI tool.

Whai is this?

This is a CLI tool that synchronizes the state of your local directory with AWS S3.

Usege

  • 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
...