aws/s3-sync

Sync Local to S3

Sync local directory to S3 bucket

aws
s3
sync

Command

aws s3 sync ./local-dir s3://my-bucket

Examples

Upload local directory to S3

aws s3 sync ./local-dir s3://my-bucket

Download bucket to local dir

aws s3 sync s3://my-bucket ./local-dir