Skip to content

Instantly share code, notes, and snippets.

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 respondcreate/75f100bd43cf566938f73263c825a0f9 to your computer and use it in GitHub Desktop.
Save respondcreate/75f100bd43cf566938f73263c825a0f9 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:*Object*",
"Resource": [
"arn:aws:s3:::{bucket-name}/static/*",
"arn:aws:s3:::{bucket-name}/media/*"
]
},
{
"Effect":"Allow",
"Action":[
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource":"arn:aws:s3:::{bucket-name}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment