This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch ignorebody in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 6ed9bd63e0e7611e98a64ed1f68adf9a891a90f4 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 20 14:30:40 2021 +0200 Added IgnoreBody parameter to AWS S3 Source Kamelet --- .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-source.kamelet.yaml index a7df07c..88f2ede 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-source.kamelet.yaml @@ -90,7 +90,7 @@ spec: accessKey: "{{accessKey}}" region: "{{region}}" includeBody: "{{includeBody}}" - includeBody: "{{ignoreBody}}" + ignoreBody: "{{ignoreBody}}" deleteAfterRead: "{{deleteAfterRead}}" prefix: "{{?prefix}}" steps:
