I've set up attachment_fu to save photos for my rails application to amazon s3. All works great but now I'd like to add some privacy to this.
So, if one of my users downloads a photo it is only viewable by that user. One idea is to use the uuid_primary_key function to pseudo-randomize the pictures. That is, the general public would have to guess the uuid_primary_key to steal the photos. But, this is not completely safe and private. Does anyone have any other ideas? Or should I view uuid_primary_key as safe enough? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

