I need help concerning setting up Refinery cms with S3 Amazon service for web uploads. I've copied config/application.rb this code:
module My-Site
class Application < Rails::Application
...
ENV['S3_KEY']='key-i-got-from-amazon'
ENV['S3_SECRET']='secret-key-i-got-from-amazon'
ENV['S3_BUCKET']='My-Site_production'
end
end
(Additionally, I am not from US, so I don't know how to set up S3_REGION variable. Is there any list of regions?)
Ok - and then I've added it all to the GIT, and then i've executed: git push heroku master.
And I thought that everython will work great, but when I've tried to make a new blog post and upload image - on the image upload window I got: "We're sorry, but something went wrong".
Can anyone help me resolve this problem please? I would be very grateful, it's been bugging me for days.
Thanks in advance,
D.