[
https://issues.apache.org/jira/browse/CAMEL-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354023#comment-16354023
]
Andrea Cosentino commented on CAMEL-12232:
------------------------------------------
For example a route like this one works fine with 2.20.3-SNAPSHOT and 2.20.2
{code:java}
from("aws-s3://bucket?accessKey=RAW(XXXXX)&secretKey=RAW(XXXXX)®ion=US_WEST_1&deleteAfterRead=false&maxMessagesPerPoll=25&delay=5000")
{code}
> aws-s3: Client is immutable when created with the builder
> ----------------------------------------------------------
>
> Key: CAMEL-12232
> URL: https://issues.apache.org/jira/browse/CAMEL-12232
> Project: Camel
> Issue Type: Bug
> Components: camel-aws
> Affects Versions: 2.20.2
> Reporter: Michele Mancini
> Assignee: Andrea Cosentino
> Priority: Blocker
> Fix For: 2.20.3
>
>
> Hi,
> I want to connect to Amazon S3 Bucket but I have the following issue:
> *Client is immutable when created with the builder.*
> *endpoint*:
> aws-s3://test/private/system/brand/ETL/Feed?accessKey=RAW(XXXXXX)&amazonS3Endpoint=eu-west-1&secretKey=RAW(xxxx)
> Do you know what the problem is?
> In the past with the version 2.17.7 the issue was not present.
> Kendall
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)