3 Answers
You need to copy it correctly. Make sure you are pasting the arn within th existing quotations in the Resource field
use this JSON and it will works: "arn" the copy paste from ur bucket
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "[arn]/*"
}
]
}
fit doesn’t work for me and the resource file they provided when I upload the index.html file and go back to static websites to launch it, the page it loads is an error page with and error message that the key doesnt exist.
Hey, did you manage to solve the error? I am facing the same problem.
I had same error few times and it is network lag(or that is what i am thinking it is), i had some internet problems and jittery connection, plus all labs i am doing are in US and i am in EU. Usualy if i give it time it solves it self.