Created
February 15, 2018 00:44
-
-
Save nowthatsamatt/726392e20b9c9183c7e43a08b640c28f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2008-10-17", | |
"Id": "Metamarkets-Ingestion-Bucket-Access-c31b3dd9-68df-470f-a0d3-9df6c0d31b21", | |
"Statement": [ | |
{ | |
"Sid": "Metamarkets Ingestion Bucket List", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": [ | |
"arn:aws:iam::129703041870:user/svc_qubole_tm_ae", | |
"arn:aws:iam::906138931002:root", | |
"arn:aws:iam::354387701946:role/aws-prod-ingest-role", | |
"arn:aws:iam::906138931002:user/ingestion" | |
] | |
}, | |
"Action": "s3:ListBucket", | |
"Resource": "arn:aws:s3:::metamx-adobeadcloud-share" | |
}, | |
{ | |
"Sid": "Metamarkets Ingestion Bucket List", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": [ | |
"arn:aws:iam::129703041870:user/svc_qubole_tm_ae", | |
"arn:aws:iam::906138931002:root", | |
"arn:aws:iam::354387701946:role/aws-prod-ingest-role", | |
"arn:aws:iam::906138931002:user/ingestion" | |
] | |
}, | |
"Action": "s3:GetObject", | |
"Resource": "arn:aws:s3:::metamx-adobeadcloud-share/*" | |
}, | |
{ | |
"Sid": "Metamarkets Ingestion Bucket List", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "arn:aws:iam::129703041870:user/svc_qubole_tm_ae" | |
}, | |
"Action": "s3:*", | |
"Resource": "arn:aws:s3:::metamx-adobeadcloud-share/*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment