I have a Rail3 app with paper_clip, with the intent to store data on S3. In the app, Users belong to an instance.
I would like the data stored across all the models per instance. Example /instance_id/photo/photo_id/files.... Then, I would like to prevent a user for Instance A from accessing, or being able to access files from Instance B. Also, for users not logged in, they shouldn't be able to access files. What's the best way to handle this? thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

