-
#해당 폴더에서 전체 파일을 s3로 이관하기
# --recursive 넣는다.
aws s3 cp . s3://my-fruits --recursive
upload: ./cherry.txt to s3://my-fruits/cherry.txt
upload: ./apple.txt to s3://my-fruits/apple.txt
upload: favorites/melon.txt to s3://my-fruits/favorites/melon.txt#출처 https://chobolife.github.io/blog/2019/08/04/ec2-s3-authority/
'IT' 카테고리의 다른 글
aws alb 설정 값 (0) 2020.03.12 tls ssl 확인 (0) 2020.03.12 IIS FTP (0) 2019.12.17 An error occurred (InvalidSignatureException) when calling the DescribeCluster operation: (0) 2019.09.09 보안그룹 인바운드 추가 (0) 2019.08.29