Faced an issue where amazon s3 path was showing correctly but then when we try object.image.exists? then it threw
AWS::S3::Errors::RequestTimeout error
The issue got fixed after paperclip gem was upgraded to version 3.0.2
Reference links:
https://github.com/thoughtbot/paperclip/issues/751