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 af4848907201a842fea365279c508d5bcde5ba37 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Apr 17 09:11:44 2020 +0200 CAMEL-14618 - Camel-aws-s3: Add an option to consumer to be able to move the consumed files to another bucket, improving docs --- .../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 99cb2b3..18d1665 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 @@ -261,7 +261,8 @@ public class AWS2S3Configuration implements Cloneable { } /** - * Move objects from S3 bucket to a different bucket after they have been retrieved. + * Move objects from S3 bucket to a different bucket after they have been retrieved. To accomplish the operation + * the destinationBucket option must be set. * The copy bucket operation is only performed if the Exchange is committed. If a rollback occurs, the object * is not moved. */
