Hello,
I followed your tutorial to get S3 working for Heroku, but I get this
error whenever I try to upload:
AWS::S3::PermanentRedirect (The bucket you are attempting to access
must be addressed using the specified endpoint. Please send all future
requests to this endpoint.):
I've have googled around a bit for an answer. The general gist is that
the s3 gem doesn't work with europe's S3 url's to access the bucket.
It needs to use the format
bucketname.s3.amazonaws.com instead of
s3.amazonaws.com/bucketname,
If this is the problem, do you think you'll be able to apply a
solution, or is there a fix I can make myself?
Fantastic gem btw! I use it in nearly every project.