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 99de4ea32327e985422fe372ea41bbe92cc685ac Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 30 08:16:44 2020 +0200 CAMEL-15347 - Better documentation for autocreateBucket option --- .../java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java index 91d9fe17..761eb52 100644 --- a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java +++ b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java @@ -473,7 +473,8 @@ public class AWS2S3Configuration implements Cloneable { } /** - * Setting the autocreation of the bucket + * Setting the autocreation of the S3 bucket bucketName. This will apply also in case of moveAfterRead option enabled and + * it will create the destinationBucket if it doesn't exist already. */ public void setAutoCreateBucket(boolean autoCreateBucket) { this.autoCreateBucket = autoCreateBucket;