Skip to content

Instantly share code, notes, and snippets.

@jordangraft
Created April 24, 2016 19:37
Show Gist options
  • Save jordangraft/8e8698ac3557e2733d7b8dce57f19008 to your computer and use it in GitHub Desktop.
Save jordangraft/8e8698ac3557e2733d7b8dce57f19008 to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "GiveSESPermissionToWriteEmail",
"Effect": "Allow",
"Principal": {
"Service": [
"ses.amazonaws.com"
]
},
"Action": [
"s3:PutObject"
],
"Resource": "arn:aws:s3:::BUCKET-NAME/*",
"Condition": {
"StringEquals": {
"aws:Referer": "ACCOUNT-ID-WITHOUT-HYPHENS"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment