Created
February 5, 2021 11:48
-
-
Save klang/42f85129ee7f3f17fe520f1bbfd0c304 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": "2012-10-17", | |
"Id": "Policy1610637024575", | |
"Statement": [ | |
{ | |
"Sid": "Stmt1610637009631", | |
"Effect": "Allow", | |
"Principal": "*", | |
"Action": "s3:GetObject", | |
"Resource": [ | |
"arn:aws:s3:::<objectname>" | |
], | |
"Condition": { | |
"StringEquals": {"aws:PrincipalOrgID": [ "o-xxxxxxxx" ]} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment