Guest User

Untitled

a guest
Oct 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #AWS Bucket Policy - Hugo Static Page
  2. {
  3. "Version": "2012-10-17",
  4. "Statement": [
  5. {
  6. "Sid": "PublicReadGetObject",
  7. "Effect": "Allow",
  8. "Principal": "*",
  9. "Action": "s3:GetObject",
  10. "Resource": "arn:aws:s3:::YOUR-DOMAIN-HERE/*"
  11. }
  12. ]
  13. }
Add Comment
Please, Sign In to add comment