0
votes
1answer
216 views

speed up uploads from Dragonfly to S3

(Rails 3.2 on Heroku) For handling image uploads in Rails I switched from Paperclip to Dragonfly because I like to be able to generate thumbnails dynamically, when they are requested for the first ...
2
votes
3answers
725 views

Rails: How to protect images uploaded to S3 using dragonfly

I'm looking for a way to protect images uploaded from a Heroku Rails 3 app using the dragonfly gem to a S3 storage. I'd like to control access on a user basis and ensure that the images can't be ...
0
votes
2answers
889 views

Define Dragonfly specific path for S3 Datastore

I need to define an specific structure path for storing my files in S3. Example: Instead of 'bucket_name/2010/12/23/127/43/2345/File.jpg' I need ...