{"Version": "2012-10-17", "Statement": [{"Sid": "AllowUserToSeeBucketListInTheConsole", "Action": ["s3:ListAllMyBuckets", "s3:GetBucketLocation"], "Effect": "Allow", "Resource": ["arn:aws:s3:::*"]}, {"Sid": "AllowListingOfUserFolder", "Action": ["s3:ListBucket"], "Effect": "Allow", "Resource": ["arn:aws:s3:::prod-feed-sender"], "Condition": {"StringLike": {"s3:prefix": ["", "big-hit", "big-hit/", "big-hit/*"]}}}, {"Sid": "AllowAllS3ActionsInUserFolder", "Effect": "Allow", "Action": ["s3:GetBucketVersioning", "s3:GetLifecycleConfiguration", "s3:GetObject", "s3:GetObject*", "s3:GetReplicationConfiguration", "s3:HeadObject", "s3:ListBucket", "s3:ListBucketMultipartUploads", "s3:ListBucketVersions", "s3:ListMultipartUploadParts"], "Resource": ["arn:aws:s3:::prod-feed-sender/big-hit", "arn:aws:s3:::prod-feed-sender/big-hit/", "arn:aws:s3:::prod-feed-sender/big-hit/*"]}]}