github.com/pachyderm/pachyderm@v1.13.4/etc/deploy/cloudfront/bucket-policy.json.template (about) 1 { 2 "Version": "2012-10-17", 3 "Statement": [ 4 { 5 "Sid": "AddPerm", 6 "Effect": "Allow", 7 "Principal": "*", 8 "Action": "s3:GetObject", 9 "Resource": "arn:aws:s3:::BUCKET_NAME/*" 10 } 11 ] 12 }