Skip to content

Instantly share code, notes, and snippets.

@wnstn
Created February 11, 2019 21:11
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 wnstn/a4e9e53f0e5f89acfa979a6545ede7e4 to your computer and use it in GitHub Desktop.
Save wnstn/a4e9e53f0e5f89acfa979a6545ede7e4 to your computer and use it in GitHub Desktop.
@s3_direct_post = ::S3.bucket
.presigned_post(key: thumbnail_upload_path,
success_action_status: '201',
content_type_starts_with: 'image/',
acl: 'public-read')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment