Getting 403 forbidden from s3 when attempting to download a file
I have a bucket on s3, and a user given full access to that bucket. I can perform an ls command and see the files in the bucket, but downloading them fails with: A client error (403) occurred when calling the HeadObject operation: Forbidden I also attempted this with a user granted full S3 permissions through the IAM console. Same problem. For reference, here is the IAM policy I have: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "s3:ListAllMyBuckets", "Resource": "arn:aws:s3:::*" }, { "Effect": "Allow", "Action": "s3:*", "Resource": [ "arn:aws:s3:::mybucket", "arn