Following

How to Install Refinery on Heroku

I get ArgumentError (Unknown region: "EU_Ireland")

UPDATE: I'm actually using fog (not aws-s3) as required in last version:

lsoave@ubuntu:~/rails/heroku/ennefoto$ egrep "fog|aws" Gemfile
# gem 'aws-s3', :require => 'aws/s3'
gem 'fog'
lsoave@ubuntu:~/rails/heroku/ennefoto$ egrep "fog|aws" Gemfile.lock
    fog (0.8.2)
  fog
lsoave@ubuntu:~/rails/heroku/ennefoto$ 

... anyway using a standard BUCKET (US) it works. That seems the same problem happened with 'aws/s3' ...

Any idea ?

Does anybody know what's the region syntax is like ? I tryed EU_Ireland, Ireland, eu-ireland ... but that's the same error.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

We use syntax like this for the region using Fog: us-east-1... For Ireland, it is eu-west-1

By the way, here is a full listing: http://aws.amazon.com/articles/3912#s3

link|improve this answer
Yeah, great, thanks. – Luca G. Soave Jun 22 '11 at 22:12
Just to track & remember that: eu-west-1 it works, while EU doesn't works. – Luca G. Soave Jun 22 '11 at 22:20
Glad to hear it Luca! Thanks for updating – iWasRobbed Jun 22 '11 at 22:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.