Amazon web services – I don't understand why this IAM policy using a StringLike condition for an S3 bucket doesn't work
I have an S3 bucket named my.example.com, and within it I have the folder Folder1. I'm confused about why the following policy doesn't let me download files from Folder1. { "Version": "2012-10-17", "Statement": [ { "Sid": "MyPolicy", "Effect": "Allow", "Action":…