2 Respostas
- Mais recentes
- Mais votos
- Mais comentários
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
respondido há 2 anos
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": "*" }
