2개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
Did you see this document? You've gone through some of the steps you mention, but not all of them.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/troubleshoot-403-errors.html
답변함 2년 전
0
The 2 things that jump out to me is the resource and principal.
You are only specifying the root and not objects in the resource.
Try
"Resource":[ "arn:aws:s3:::video.myscreen.com.au/", "arn:aws:s3:::video.myscreen.com.au/*" ]
And for principal
"Principal": { "AWS": "*" }
관련 콘텐츠
- 질문됨 한 달 전
