You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
many thanks for your reply. Unfortunately I don't have a patch yet. may be you can direct me on how to change the default S3 server ? if not would you consider fixing it under payment? 👍
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 !
The text was updated successfully, but these errors were encountered: