Skip to content

Instantly share code, notes, and snippets.

@mizucopo
Created March 24, 2016 06:32
Show Gist options
  • Save mizucopo/c8df1d313c98b7a5c77d to your computer and use it in GitHub Desktop.
Save mizucopo/c8df1d313c98b7a5c77d to your computer and use it in GitHub Desktop.
S3 Slack : s-resources-cf.json
{
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:ListAllMyBuckets",
"s3:GetObject"
],
"Resource": "arn:aws:s3:::*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment