Skip to content

Instantly share code, notes, and snippets.

@danhalliday
Last active January 12, 2017 10:14
Show Gist options
  • Save danhalliday/079597b2bd2cc554e28ccf06846062f8 to your computer and use it in GitHub Desktop.
Save danhalliday/079597b2bd2cc554e28ccf06846062f8 to your computer and use it in GitHub Desktop.
Minimum AWS IAM inline policy permissions for Thoughtbot Paperclip and AWS S3

Minimum AWS IAM inline policy permissions for Thoughtbot Paperclip and AWS S3:

  • s3:GetObject
  • s3:PutObject
  • s3:GetObjectAcl
  • s3:PutObjectAcl
  • s3:ListMultipartUploadParts
  • s3:AbortMultipartUpload
  • s3:ListBucket
  • s3:ListBucketMultipartUploads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment