You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/15 09:13:37 UTC

[camel-kamelets] 02/02: AWS S3 Source Kamelet: Removing includeBody option

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1373
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 33812457997ac8b7f700ab9c1d0424c8b2bf26a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 15 10:10:26 2023 +0100

    AWS S3 Source Kamelet: Removing includeBody option
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml        | 8 --------
 1 file changed, 8 deletions(-)

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 b1bc929e..994c8ae3 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
@@ -66,13 +66,6 @@ spec:
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
-      includeBody:
-        title: Include Body
-        description: If true, the exchange is consumed and put into the body and closed. If false, the S3Object stream is put raw into the body and the headers are set with the S3 object metadata.
-        type: boolean
-        x-descriptors:
-        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
-        default: true
       prefix:
         title: Prefix
         description: The AWS S3 bucket prefix to consider while searching.
@@ -133,7 +126,6 @@ spec:
         secretKey: "{{?secretKey}}"
         accessKey: "{{?accessKey}}"
         region: "{{region}}"
-        includeBody: "{{includeBody}}"
         ignoreBody: "{{ignoreBody}}"
         deleteAfterRead: "{{deleteAfterRead}}"
         prefix: "{{?prefix}}"