{
  "Id": "Policy1380877762691",
  "Statement": [
    {
      "Sid": "AllowPublicRead",
      "Effect": "Allow",
      "Principal": "*",
      "Action": [ "s3:GetObject" ],
      "Resource": [ "arn:aws:s3:::<%= domain %>/*" ]
    }
  ]
}
