mobilefish

Untitled

Jul 24th, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "Version": "2008-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "AllowPublicRead",
  6. "Effect": "Allow",
  7. "Principal": {
  8. "AWS": "*"
  9. },
  10. "Action": "s3:GetObject",
  11. "Resource": "arn:aws:s3:::mydocs/*"
  12. }
  13. ]
  14. }
Add Comment
Please, Sign In to add comment