개발/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

'개발 > AWS' 카테고리의 다른 글

AWS Instance 이름만 출력 하기  (0) 2020.02.01
AWS EFS Mount  (0) 2020.02.01
shell command로 aws 정보 찾기  (0) 2020.02.01