Re: Problem with camel-aws S3 when multiPartUpload is set to true

2018-01-05 Thread kretin
I tried adding a region like this and it still fails with the same error: > On Jan 5, 2018, at 4:23 AM, Artur Jablonski <ajablon...@ravenpack.com> wrote: > > Try setting region on your AmazonS3Client bean. > > On Fri, Jan 5, 2018 at 3:19 AM, kretin <kre...@mac.com

Problem with camel-aws S3 when multiPartUpload is set to true

2018-01-04 Thread kretin
I created a simple camel route to poll for files in a local directory and upload them to a Ceph (S3) server at my University. I am using apache camel 2.20.0 with the camel-aws S3 component, when I set multiPartUpload=false (the default) in the uri, everything works fine, but if I change to