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:17:07 UTC

[camel-kamelets] branch 0.9.x updated (2fa8b2b1 -> 6c74344b)

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

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


    from 2fa8b2b1 Enum Http Method in Http Secured Sink Kamelet
     new a6718030 AWS S3 Source Kamelet: Removing includeBody option
     new 6c74344b AWS S3 Source Kamelet: Removing includeBody option

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kamelets/aws-s3-source.kamelet.yaml                               | 8 --------
 .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml        | 8 --------
 2 files changed, 16 deletions(-)


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

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6c74344bf9b744caa24257b29f13e05466738e81
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 50e20bcc..f4c77dbe 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
@@ -63,13 +63,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.
@@ -117,7 +110,6 @@ spec:
         secretKey: "{{?secretKey}}"
         accessKey: "{{?accessKey}}"
         region: "{{region}}"
-        includeBody: "{{includeBody}}"
         ignoreBody: "{{ignoreBody}}"
         deleteAfterRead: "{{deleteAfterRead}}"
         prefix: "{{?prefix}}"


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

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a67180305d409018b46ed2ab4f657a0de5ff88ed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 15 10:09:33 2023 +0100

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

diff --git a/kamelets/aws-s3-source.kamelet.yaml b/kamelets/aws-s3-source.kamelet.yaml
index 50e20bcc..f4c77dbe 100644
--- a/kamelets/aws-s3-source.kamelet.yaml
+++ b/kamelets/aws-s3-source.kamelet.yaml
@@ -63,13 +63,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.
@@ -117,7 +110,6 @@ spec:
         secretKey: "{{?secretKey}}"
         accessKey: "{{?accessKey}}"
         region: "{{region}}"
-        includeBody: "{{includeBody}}"
         ignoreBody: "{{ignoreBody}}"
         deleteAfterRead: "{{deleteAfterRead}}"
         prefix: "{{?prefix}}"