-
반응형SMALL
# aws cli 세팅
- 설치
https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/getting-started-install.html
- 계정정보 세팅
aws configure
- 버킷 복사
aws s3 sync s3://YOUR_BUCKET_NAME/ s3://YOUR_BUCKET_NAME/ --acl public-read
* 객체읽기가 일반사용자 오픈이면 public-read 옵션 사용
LIST'AWS' 카테고리의 다른 글
aws disk 용량 부족할 때 (0) 2024.03.23 AWS EMAIL #SES #메일 #MAIL 설정법 (0) 2024.01.14 서버별 최소 월비용 계산법 (0) 2022.04.14 SES 설정법 (0) 2020.11.17 ROUTE 53(도메인 등록) (0) 2020.06.11