Hello,

Please use the following notation in this case

<from
uri="aws-s3://MY_BUCKET?prefix=/some/dir&amp;region=EU_CENTRAL_1&amp;deleteAfterRead=true&amp;accessKey=RAW(AKIAKIKEYKEY)&amp;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&amp;region=EU_CENTRAL_1&amp;deleteAfterRead=true&amp;accessKey=AKIAKIKEYKEY&amp;secretKey=THESECRETKEY+THATDOESNOTWORK"
> />
>
> am I doing something wrong or is this a known limitation?
>
>
> cheers!
> axel.
>

Reply via email to