You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2018/02/06 15:42:00 UTC

[jira] [Comment Edited] (CAMEL-12232) aws-s3: Client is immutable when created with the builder

    [ https://issues.apache.org/jira/browse/CAMEL-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354023#comment-16354023 ] 

Andrea Cosentino edited comment on CAMEL-12232 at 2/6/18 3:41 PM:
------------------------------------------------------------------

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)&region=US_WEST_1&deleteAfterRead=false&maxMessagesPerPoll=25&delay=5000")
{code}


was (Author: ancosen):
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)&region=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)