1 Answers
no it works, just a small mistake in demo: 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]/*"
}
]
}
Correct, this has to be done explicitly from the policy. Unlike in the demo where it is done from the AWS console, such an option does not exist now in aws console if I’m not mistaken.
I did it following the same steps as instructed and it is working
I agree!
yes