How To Set an Entire AWS S3 Bucket to Public Read Using a Policy

Author: , February 10th, 2025

I needed to get all files in a bucket readable by the public easily. Here is the S3 Bucket Policy I applied:

To do this via the aws cli command, create the file s3_read_policy.json containing the policy above, with your bucket name in place of BUCKET_NAME_HERE: