Permissions tab.Bucket policy section, click Edit.
In the Edit bucket policy page, fill in the Policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::fcj-hall-of-fame/*"
}
]
}
Replace arn:aws:s3:::fcj-hall-of-fame with the ARN of your S3 bucket.

Save changes.