Skip to content

Instantly share code, notes, and snippets.

@klang
Created February 5, 2021 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klang/42f85129ee7f3f17fe520f1bbfd0c304 to your computer and use it in GitHub Desktop.
Save klang/42f85129ee7f3f17fe520f1bbfd0c304 to your computer and use it in GitHub Desktop.
{
"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