aws s3 cp 명령어로 복제 시 404 에러 발생할 때

  • coolaud
    (쿨라우드)
  • coolaud's Avatar 이 글의 작성자
  • Offline
  • Newbie
  • Newbie
더보기
28 Nov 2017 09:42 - 28 Nov 2017 09:42 #2900 작성자: coolaud
coolaud 님의 글: aws s3 cp 명령어로 복제 시 404 에러 발생할 때
aws s3 cp s3://mybucket.com/images/admin/ /images/admin/

버킷 특정 디렉토리 하위에 있는 파일을 로컬의 특정 디렉토리 하위로 옮기려고 하는 것이다.

그런데 404 에러가 발생한다면

aws s3 cp --resursive s3://mybucket.com/images/admin/ /images/admin/

위와 같이 --recursive 옵션을 넣어야 한다.
Time to create page: 0.047 seconds
Powered by Kunena Forum