This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit bc6316af11589ed50a50e933383ec30b9f174887 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 7 12:45:49 2020 +0200 Camel-AWS-S3: Fixed wrong documentation for proxy --- .../main/java/org/apache/camel/component/aws/s3/S3Configuration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java index f5892fd..bf7c40e 100644 --- a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java +++ b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java @@ -328,7 +328,7 @@ public class S3Configuration implements Cloneable { } /** - * To define a proxy host when instantiating the SQS client + * To define a proxy host when instantiating the S3 client */ public void setProxyHost(String proxyHost) { this.proxyHost = proxyHost;
