Skip to content

Instantly share code, notes, and snippets.

@arunjayakumar01
Last active September 25, 2020 18:07
Show Gist options
  • Save arunjayakumar01/4023b2c555341856e2be205c7248abe7 to your computer and use it in GitHub Desktop.
Save arunjayakumar01/4023b2c555341856e2be205c7248abe7 to your computer and use it in GitHub Desktop.
{
    "Version": "2008-10-17",
    "Id": "PolicyForPublicWebsiteContent",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": {
                "AWS": "*"
            },
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::site.com/*"
        }
    ]
} 

Replace arn:aws:s3:::site.com with you s3 bucket ARN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment