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-kafka-connector-examples.git
The following commit(s) were added to refs/heads/master by this push: new 794923b AWS2-S3 Move after read: fixed example (#75) 794923b is described below commit 794923b363e520a21d8a44e23d27f3307b37162a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 21 07:50:25 2020 +0200 AWS2-S3 Move after read: fixed example (#75) --- aws2-s3/aws2-s3-move-after-read/README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aws2-s3/aws2-s3-move-after-read/README.adoc b/aws2-s3/aws2-s3-move-after-read/README.adoc index b783894..99d800d 100644 --- a/aws2-s3/aws2-s3-move-after-read/README.adoc +++ b/aws2-s3/aws2-s3-move-after-read/README.adoc @@ -251,6 +251,8 @@ spec: topics: s3-topic camel.source.path.bucketNameOrArn: camel-kafka-connector camel.source.maxPollDuration: 10000 + camel.source.endpoint.moveAfterRead: true + camel.source.endpoint.destinationBucket: camel-1 camel.component.aws2-s3.accessKey: xxxx camel.component.aws2-s3.secretKey: yyyy camel.component.aws2-s3.region: region