Re: [S3tools-general] Repeated command echo

2015-05-24 Thread Russell Gadd
Thanks - I fixed the config region description and it now behaves ok in this simple example. I do still get some cases in one of my scripts where a file appears to have been downloaded twice, but I only need to do this rarely so I haven't tried to isolate the circumstances. I don't know if it has r

Re: [S3tools-general] Repeated command echo

2015-05-24 Thread Matt Domsch
Your bucket_location config option is incorrect "eu-west" rather than "eu-west-1" or whatever. So it's failing the initial request with v4 signature, and falling back to v2 signature. On Thu, May 21, 2015 at 1:22 AM, Russell Gadd wrote: > There are a couple of oddities when running s3cmd versio