Guest User

Untitled

a guest
Feb 18th, 2019
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "Version": "2008-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "Grant access to CloudFront Origin Access Identity only",
  6. "Effect": "Allow",
  7. "Principal": {
  8. "AWS": "arn:aws:iam::cloudfront:user/CloudFront Origin Access Identity <id>"
  9. },
  10. "Action": "s3:GetObject",
  11. "Resource": "arn:aws:s3:::<bucket name>/*"
  12. }
  13. ]
  14. }
Add Comment
Please, Sign In to add comment