I think this is an "aws-s3 gem doesn't support European buckets by
default" thing.

Try setting this constant in your config/environment.rb:

AWS::S3::DEFAULT_HOST = "s3-eu-west-1.amazonaws.com"

Discussion here:

http://github.com/marcel/aws-s3/issues#issue/4

On Jul 25, 3:23 pm, Mateus <mcavanh...@gmail.com> wrote:
> I configured my app as it's show here:http://docs.heroku.com/s3
> and upload the files, but, it doesn't work.
>
> I still got the message
> """We're sorry, but something went wrong.
> We've been notified about this issue and we'll take a look at it
> shortly."""
>
> When I try to upload a picture (a very small one actually)
>
> the bucket name is correct, also my id key and secret key, but the
> problem still.
>
> anyone knows anything else I could try?
>
> --
>
> before I finally post this I took a look on the logs and I found this
> message: "The bucket you are attempting to access must be addressed
> using the specified endpoint"
>
> I know this is because the bucked is EU based, so, to by-pass the
> problem, I created another one US based and it works OK.
>
> I just want know now is if there is specific configuration for Europe
> based buckets.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to