Guest User

Untitled

a guest
Dec 12th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Action": [
  7. "s3:GetObject",
  8. "s3:ListBucket",
  9. "s3:GetBucketLocation"
  10. ],
  11. "Resource": [
  12. "arn:aws:s3:::YOURBUCKET/*",
  13. "arn:aws:s3:::YOURBUCKET"
  14. ]
  15. }
  16. ]
  17. }
Add Comment
Please, Sign In to add comment