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/
'tools > aws' 카테고리의 다른 글
aws cdk for deploy (0) | 2021.04.04 |
---|---|
aws에 새로운 user 생성 이후 public key 추가하기 (0) | 2018.11.01 |
AWS : dump mysql rds to local mysql (0) | 2018.04.21 |
AWS : copy file from aws ec2 to local (0) | 2018.04.20 |
copy aws instance to other ec2 account (0) | 2017.12.10 |