Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I hope that this question does not have an extremely simple answer that I have completely overlooked.

My question is how does the paperclip gem handle s3 down time? What is the flow if a user uploads an asset and s3 is not responding due to it becoming unavailable. The specifics; I am using paperclip 2.7 gem with rails 3. I tried looking through the documentation and tests but could not see that this was being handled. If s3 downtime is not being handled by the paperclip gem what is the best practice for me to handle it in my model. Ideally I don't want a save to occur and an error to be transmitted to the user.

How have others handled this?

Any insight into this will be helpful,

Slan

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.