This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch move-after-read-fix in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit bbb016909dd01ee0b3131666da0f9c38e9f1401b Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 21 07:46:08 2020 +0200 AWS2-S3 move after read example: Fixed the example --- 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
