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

2018-01-05 Thread Andrea Cosentino
If you are passing the client as bean from registry, it makes no sense to define the region, you can set the region directly on the client you're passing. -- Andrea Cosentino  -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix PMC Member Email:

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 wrote: > > Try setting region on your AmazonS3Client bean. > > On Fri, Jan 5, 2018 at 3:19 AM, kretin wrote: > >> I created a

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

2018-01-05 Thread Artur Jablonski
Try setting region on your AmazonS3Client bean. On Fri, Jan 5, 2018 at 3:19 AM, kretin wrote: > 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

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