개발/AWS
S3 Command
파란 이야기
2020. 2. 1. 22:31
aws command로 local file을 s3로 sync 또는 복사하기
sudo aws s3 sync /local/folder/ s3://remote/folder/
sudo aws s3 cp /local/folder/ s3://remote/folder/ –recursive