Skip to content

Instantly share code, notes, and snippets.

@Navdevl
Last active February 25, 2020 17:49
Show Gist options
  • Select an option

  • Save Navdevl/de572181984b3cc151c1245e3811102f to your computer and use it in GitHub Desktop.

Select an option

Save Navdevl/de572181984b3cc151c1245e3811102f to your computer and use it in GitHub Desktop.
{
"Version":"2012-10-17",
"Id":"Policy1582650338510",
"Statement":[
{
"Sid":"Stmt1582650254771",
"Effect":"Allow",
"Principal":{
"AWS":"arn:aws:iam::866245651081:user/alex.baranov"
},
"Action":[
"s3:GetObject",
"s3:GetObjectAcl",
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource":"arn:aws:s3:::virtual-silcton/*"
},
{
"Sid":"Stmt1582650254771",
"Effect":"Allow",
"Principal":{
"AWS":"arn:aws:iam::866245651081:user/alex.baranov"
},
"Action":[
"s3:GetBucketLocation",
"s3:GetBucketPolicy",
"s3:ListBucket",
"s3:PutBucketAcl",
"s3:PutBucketCORS",
"s3:PutBucketPolicy"
],
"Resource":"arn:aws:s3:::virtual-silcton"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment