-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hello,
I have tried in vain to have this to work with S3 in Europe which would be with server
s3-eu-west-1.amazonaws.com
as a last resort I tried even to set the server s3-eu-west-1.amazonaws.com
as DEFAULT_HOST on
https://github.com/appoxy/aws/blob/master/lib/s3/s3_interface.rb
but unfortunately it returns the infamous "moved permanently" error from amazon (probably caused by the URL formatting https://forums.aws.amazon.com/thread.jspa?threadID=17989 )
Is there any simple way to make CLOB working exactly like the simple_Db connection e.g.
SimpleRecord.establish_connection(AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY, :server=> 'sdb.eu-west-1.amazonaws.com')
with the possibility to specify and S3 server like s3-eu-west-1.amazonaws.com that just works ?
Thanks again for this great library !