Skip to content

Instantly share code, notes, and snippets.

@BlackYoup
Created February 28, 2022 15:31
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 BlackYoup/27432885261755d22d8d9aa7a7e8d7d7 to your computer and use it in GitHub Desktop.
Save BlackYoup/27432885261755d22d8d9aa7a7e8d7d7 to your computer and use it in GitHub Desktop.
{
"Id": "Policy1587216857769",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1587216727444",
"Effect": "Allow",
"Action": ["s3:PutObject"],
"Resource": [
"arn:aws:s3:::arnaud-support/*",
"arn:aws:s3:::arnaud-support"
],
"Principal": {
"AWS": [
"arn:aws:iam:::user/cellar_ee84cb41-2e00-4def-a618-65ba3f0a7026"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment