AWS - S3 Fundamentals
What is the issue with this bucket policy snippet?
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::mybucket"
}