I have updated the bucket policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1536491056397",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::gdesign",
"arn:aws:s3:::gdesign/*"
]
}
]
}
But still get access denied error
when I try to access the image url: https://gdesign.s3.us-east-2.amazonaws.com/1536491951672
What else do I need to update on aws?