Hi, I am trying to run the camel-example-cdi-aws-s3 example and I get an error that the client is immutable. I had to change the example for keys and bucket name. So, maybe that is where the problem is.
The modified route I use is: from("aws-s3:my-scratch-bucket?accessKey=XXXXX&secretKey=XXXXX&deleteAfterRead=false&maxMessagesPerPoll=25&delay=5000&amazonS3Endpoint=us-west-1") where XXXXX is the access key or secret. I also commented out the amazonS3Client method. With the method it was throwing UnknownHostException about my-scratch-bucket.us-west-1. Do you know what the problem is? Should I use an earlier version of camel? Kendall