Re: [S3tools-general] s3cmd 1.5.2 error get from fanckfurt

2015-02-20 Thread Matt Domsch
(copying from another similar thread this week - I'm betting this is your problem): Your ~/.s3cfg file has bucket_location = EU (which would be eu-west-1), but your bucket is in eu-central-1. It fails the initial call because the Authorization header has "EU" instead of "eu-central-1" in it. But

Re: [S3tools-general] s3cmd 1.5.2 error get from fanckfurt

2015-02-20 Thread Puchparoch Vladimir
Hello, I try with master branch but it's same problem : INFO: Receiving file './test.text', please wait... DEBUG: get_hostname(toto-supplier-stock): toto-supplier-stock.s3.amazonaws.com DEBUG: ConnMan.get(): creating new connection: https://toto-supplier-stock.s3.amazonaws.com DEBUG: Using ca_c

Re: [S3tools-general] s3cmd 1.5.2 error get from fanckfurt

2015-02-20 Thread Florent Viard
Hi Puchparoch, You can try to run s3cmd with the "-v -d" options to have more details about the reason why your operation is failing. Regards, -- Florent On Fri, Feb 20, 2015 at 3:35 PM, Puchparoch Vladimir wrote: > Hello, > > When i try to download from franckfurt i have this problem : > >

Re: [S3tools-general] s3cmd 1.5.2 error get from fanckfurt

2015-02-20 Thread Matt Domsch
Please run with --debug and report the results. There are a couple additional fixes on github.com/s3tools/s3cmd master branch which may be relevant too. Thanks, Matt On Fri, Feb 20, 2015 at 8:35 AM, Puchparoch Vladimir wrote: > Hello, > > When i try to download from franckfurt i have this pro