![[AWS S3] AWS S3 Access denied(Console 빨간줄)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdShDaa%2FbtsgL9Nmhwq%2FEZKJy5bc8jilkvEXPLN931%2Fimg.png)
[AWS S3] AWS S3 Access denied(Console 빨간줄)Tech/트러블슈팅2023. 5. 21. 20:10
728x90
728x90
에러 메세지
Access denied
Eclipse로 AWS S3 업로드 작업 중 위의 Access denied 딱 요 글자만 빨간색으로 콘솔에 찍힘.
해결
버킷 - 권한 - 버킷 정책에 아래와 같이 작성
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1405592139000",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::버킷명/*",
"arn:aws:s3:::버킷명"
]
}
]
}

728x90
300x250
@mag1c :: 꾸준히 재밌게
2023.04 ~ 백엔드 개발자의 기록
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!