Guest User

Untitled

a guest
Oct 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "AllowS3",
  6. "Effect": "Allow",
  7. "Principal": {
  8. "AWS": "arn:aws:iam::{REDSHIFT_ACCOUNT_ID}:role/{ROLE_NAME}"
  9. },
  10. "Action": [
  11. "s3:PutObject",
  12. "s3:ListBucket",
  13. "s3:GetObject",
  14. "s3:DeleteObject"
  15. ],
  16. "Resource": [
  17. "arn:aws:s3:::CHANGEME/*",
  18. "arn:aws:s3:::CHANGEME"
  19. ]
  20. }
  21. ]
  22. }
Add Comment
Please, Sign In to add comment