Skip to content

Instantly share code, notes, and snippets.

@jonoirwinrsa
Created August 19, 2019 18:52
Show Gist options
  • Save jonoirwinrsa/04d6e0c5627d18c006871aee9a7229e1 to your computer and use it in GitHub Desktop.
Save jonoirwinrsa/04d6e0c5627d18c006871aee9a7229e1 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "PersonalizeS3BucketAccessPolicy",
"Statement": [
{
"Sid": "PersonalizeS3BucketAccessPolicy",
"Effect": "Allow",
"Principal": {
"Service": "personalize.amazonaws.com"
},
"Action": [
"s3:GetObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::bucket-name",
"arn:aws:s3:::bucket-name/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment