Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "VisualEditor0",
  6. "Effect": "Allow",
  7. "Action": [
  8. "s3:PutObject",
  9. "s3:GetObject",
  10. "s3:AbortMultipartUpload",
  11. "s3:DeleteObject",
  12. "s3:ListMultipartUploadParts"
  13. ],
  14. "Resource": "arn:aws:s3:::test-harrisco-earlyvote-20181114/*"
  15. },
  16. {
  17. "Sid": "VisualEditor1",
  18. "Effect": "Allow",
  19. "Action": [
  20. "s3:ListBucketMultipartUploads",
  21. "s3:CreateBucket",
  22. "s3:ListBucket",
  23. "s3:DeleteObject",
  24. "s3:GetBucketLocation"
  25. ],
  26. "Resource": "arn:aws:s3:::test-harrisco-earlyvote-20181114"
  27. },
  28. {
  29. "Sid": "VisualEditor2",
  30. "Effect": "Allow",
  31. "Action": [
  32. "glue:BatchCreatePartition",
  33. "glue:UpdateDatabase",
  34. "glue:CreateTable",
  35. "glue:DeleteDatabase",
  36. "glue:GetTables",
  37. "glue:GetPartitions",
  38. "glue:BatchDeletePartition",
  39. "glue:UpdateTable",
  40. "glue:BatchGetPartition",
  41. "glue:DeleteTable",
  42. "athena:*",
  43. "glue:GetDatabases",
  44. "glue:GetTable",
  45. "glue:GetDatabase",
  46. "glue:GetPartition",
  47. "glue:CreateDatabase",
  48. "glue:BatchDeleteTable",
  49. "glue:CreatePartition",
  50. "glue:DeletePartition",
  51. "glue:UpdatePartition"
  52. ],
  53. "Resource": "*"
  54. }
  55. ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement