S3 Public Policy - Allow all

PHOTO EMBED

Fri May 14 2021 20:30:25 GMT+0000 (Coordinated Universal Time)

Saved by @ibdf #aws #policy

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": "*",
            "Action": [
                "s3:GetObject"
            ],
            "Resource": [
                "arn:aws:s3:::Bucket-Name/*"
            ]
        }
    ]
}
content_copyCOPY