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": "*" }
相關內容
- 已提問 4 個月前
- 已提問 2 年前
