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 819701fd8752b9dbcea9fb21790fb7e75e15b2f6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jul 20 14:29:08 2021 +0200

    Added IgnoreBody parameter to AWS S3 Source Kamelet
---
 aws-s3-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws-s3-source.kamelet.yaml b/aws-s3-source.kamelet.yaml
index a7df07c..88f2ede 100644
--- a/aws-s3-source.kamelet.yaml
+++ b/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:

Reply via email to