(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
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
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 :
>
>
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