2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
répondu il y a 2 ans
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": "*" }
Contenus pertinents
- demandé il y a 9 mois
- demandé il y a 9 mois
- demandé il y a 2 mois
- demandé il y a 2 mois
