AWS - S3 Fundamentals
Given this bucket policy snippet, what does it allow?
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/*"
}