hi list, i have this problem: when using the s3 module of camel I got the following error:
The request signature we calculated does not match the signature you provided. after lots of searching i found out it goes away when the aws_secret_access_key does NOT have special chars included and conforms to [a-zA-Z0-9]+. the configuration in the XML was this: <from uri="aws-s3://MY_BUCKET?prefix=/some/dir&region=EU_CENTRAL_1&deleteAfterRead=true&accessKey=AKIAKIKEYKEY&secretKey=THESECRETKEY+THATDOESNOTWORK" /> am I doing something wrong or is this a known limitation? cheers! axel.