Amazon S3 collisions with heroku and paperclip

Posted by poseid on Stack Overflow See other posts from Stack Overflow or by poseid
Published on 2010-06-08T17:16:35Z Indexed on 2010/06/09 1:32 UTC
Read the original article Hit count: 281

Filed under:
|
|

I have an app on my localhost for development and an app for testing on heroku. Image upload with localhost and paperclip always works. However, doing the same experiment with image upload on my heroku app, the app hangs... and the upload seems to be going on forever. I suspect that there is a collision going on.

What is needed to get but uploads working? Or do I need to use different buckets for each environment?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about amazon-s3