Guest User

Untitled

a guest
Jan 16th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. An error occurred (AccessDenied) when calling the GetBucketEncryption operation: Access Denied
  2.  
  3. {
  4. "Version": "2012-10-17",
  5. "Statement": [
  6. {
  7. "Effect": "Allow",
  8. "Action": [
  9. "s3:GetEncryptionConfiguration"
  10. ],
  11. "Resource": [
  12. "arn:aws:s3:::*"
  13. ]
  14. }
  15. ]
  16. }
  17.  
  18. {
  19. "Version": "2012-10-17",
  20. "Statement": [
  21. {
  22. "Effect": "Allow",
  23. "Action": [
  24. "s3:Get*"
  25. ],
  26. "Resource": [
  27. "arn:aws:s3:::*"
  28. ]
  29. }
  30. ]
  31. }
Add Comment
Please, Sign In to add comment