Amazon provides an example for Granting Permission to an Anonymous User as follows (see Example Cases for Amazon S3 Bucket Policies):
{
\"Versio
I know it is an old question but I would like to add information that may still be relevant today.
I believe that this bucket should be a static site. Because of this, you must use a specific URL for your rules to be accepted. To do this, you must add a "website" to your URL. Otherwise, it will treat it just like an object repository.
Example:
With the problem pointed out: https://name-your-bucket.sa-east-1.amazonaws.com/home
Without the problem pointed out: http://name-your-bucket.s3-website-sa-east-1.amazonaws.com/home
Hope this helps :)