ikwattro opened a new pull request #4023: URL: https://github.com/apache/camel/pull/4023
Failing test for [https://issues.apache.org/jira/browse/CAMEL-15310](CAMEL-15310). Background : When an endpoint is configured to use given credentials, for eg : ``` from("aws-s3://MyBucket?accessKey=RAW(XXX)&secretKey=RAW(XXX)") ``` And there is a client in the registry ( but for the purpose of it to be used on another endpoint ), the current behaviour is that the S3 component will use by default the registry client, instead of creating a new one from the parameters given on the endpoint. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org