Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@evaneykelen
Last active June 13, 2020 05:06
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 evaneykelen/82bc5f45503f37dc965154831768821c to your computer and use it in GitHub Desktop.
Save evaneykelen/82bc5f45503f37dc965154831768821c to your computer and use it in GitHub Desktop.
aws policy
{
"Version": "2012-10-17",
"Id": "Policy154...",
"Statement": [
{
"Sid": "Stmt1542...",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::744...556:user/s3-user"
},
"Action": "s3:*",
"Resource": "arn:aws:s3:::searchservicetest"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment