Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Created March 30, 2020 02: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 mohemohe/03e4c619c560ca44a353dbd126e76234 to your computer and use it in GitHub Desktop.
Save mohemohe/03e4c619c560ca44a353dbd126e76234 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::media.mstdn.plusminus.io/*"
},
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::377729613196:user/mstdn-plusminus-io"
},
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::media.mstdn.plusminus.io",
"arn:aws:s3:::media.mstdn.plusminus.io/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment