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