Skip to content

Instantly share code, notes, and snippets.

@nmendes
nmendes / s3policyexample.json
Last active June 27, 2016 15:27
Example of a Amazon S3 User Policy to use with the ProcessWire AmazonS3Cloudfront Module
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:PutObject",
"s3:PutObjectAcl"
],