AWS - S3 Fundamentals
Why does this bucket policy fail to grant access?
{
"Effect": "Allow",
"Principal": {"AWS": "arn:aws:iam::123456789012:user/Alice"},
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::mybucket/*"
}