Grant Read Access to Everyone in S3
Just a quick note on how to do this as it was a little tough to find.
If you need to upload something to S3 and you are using the AWS CLI tool. You can make the file readable by everyone using the following command:
This is useful if you are storing web assets in S3 and want them to be accessed by anyone who visits your website.