For the Amazon s3 bucket. Where are we placing/editing this code? Is it in the AWS console or some place else?
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": ""
},
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::bucket/"
]
}
]
}