tools/aws
AWS : upload folder to s3 with cli
seul chan
2018. 5. 1. 23:58
Can simply upload directory with aws
command.
aws s3 cp SOURCE_DIR s3://DEST_BUCKET/ --recursive
Or Sync by
aws s3 sync SOURCE_DIR s3://DEST_BUCKET/