I'm fairly familiar with using Paperclip in my Rails apps and having attachments stored on S3.
However, on my next project I'd like each user to use their own S3 account. Assuming I'm using restful_authentication or authlogic, what would be the best way to store each user's credentials and have Paperclip use them?