Hello, Please use the following notation in this case
<from uri="aws-s3://MY_BUCKET?prefix=/some/dir&region=EU_CENTRAL_1&deleteAfterRead=true&accessKey=RAW(AKIAKIKEYKEY)&secretKey=RAW(THESECRETKEY+THATDOESNOTWORK)" /> Il giorno mar 21 apr 2020 alle ore 15:12 Axel Bock < axel.bock.mail+l...@gmail.com> ha scritto: > 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. >