You must be logged in to view saved presets
An S3 Bucket policy that grants the s3:GetObject permission to any public anonymous user.
{
"Version": "2012-10-17",
"Statement": [
{
"Principal": "*",
"Action": "s3:GetObject",
"Resource": [
"arn:aws:s3:::/*"
],
"Effect": "Allow"
}
]
}