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 2021/07/20 12:40:10 UTC

[camel-kamelets] branch main updated (39aec65 -> ccc4f83)

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

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


    from 39aec65  AWS S3 Source Kamelet: Add Prefix as optional parameter
     new 6b75b56  Added IgnoreBody parameter to AWS S3 Source Kamelet
     new 08bef2f  Added IgnoreBody parameter to AWS S3 Source Kamelet
     new eaa3144  Added IgnoreBody parameter to AWS S3 Source Kamelet
     new 0d2f281  Added IgnoreBody parameter to AWS S3 Source Kamelet
     new ccc4f83  Added IgnoreBody parameter to AWS S3 Source Kamelet

The 5 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:
 aws-s3-source.kamelet.yaml                                        | 8 ++++++++
 docs/modules/ROOT/pages/aws-s3-source.adoc                        | 1 +
 .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml        | 8 ++++++++
 3 files changed, 17 insertions(+)

[camel-kamelets] 01/05: Added IgnoreBody parameter to AWS S3 Source Kamelet

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

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

commit 6b75b56f6d221cf9f6460339338cf1efcddd7222
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 20 14:26:15 2021 +0200

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

diff --git a/aws-s3-source.kamelet.yaml b/aws-s3-source.kamelet.yaml
index a94a882..a7df07c 100644
--- a/aws-s3-source.kamelet.yaml
+++ b/aws-s3-source.kamelet.yaml
@@ -71,6 +71,13 @@ spec:
         description: The AWS S3 bucket prefix to consider while searching
         type: string
         example: 'folder/'
+      ignoreBody:
+        title: Ignore Body
+        description: If it is true, the S3 Object Body will be ignored completely, if it is set to false the S3 Object will be put in the body. Setting this to true, will override any behavior defined by includeBody option.
+        type: boolean
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+        default: false
   dependencies:
     - "camel:aws2-s3"
     - "camel:kamelet"
@@ -83,6 +90,7 @@ spec:
         accessKey: "{{accessKey}}"
         region: "{{region}}"
         includeBody: "{{includeBody}}"
+        includeBody: "{{ignoreBody}}"
         deleteAfterRead: "{{deleteAfterRead}}"
         prefix: "{{?prefix}}"
       steps:

[camel-kamelets] 05/05: Added IgnoreBody parameter to AWS S3 Source Kamelet

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

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

commit ccc4f83559674e0063d7da1949005ac321b4e070
Author: Andrea Cosentino <an...@gmail.com>
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:

[camel-kamelets] 03/05: Added IgnoreBody parameter to AWS S3 Source Kamelet

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

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

commit eaa3144cb6d7b9b7cc206f9923d91e4002918639
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 20 14:27:59 2021 +0200

    Added IgnoreBody parameter to AWS S3 Source Kamelet
---
 docs/modules/ROOT/pages/aws-s3-source.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/modules/ROOT/pages/aws-s3-source.adoc b/docs/modules/ROOT/pages/aws-s3-source.adoc
index 901911f..d08ad61 100644
--- a/docs/modules/ROOT/pages/aws-s3-source.adoc
+++ b/docs/modules/ROOT/pages/aws-s3-source.adoc
@@ -19,6 +19,7 @@ The following table summarizes the configuration options available for the `aws-
 | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| | 
 | autoCreateBucket| Autocreate Bucket| Setting the autocreation of the S3 bucket bucketName.| boolean| `false`| 
 | deleteAfterRead| Auto-delete Objects| Delete objects after consuming them| boolean| `true`| 
+| ignoreBody| Ignore Body| If it is true, the S3 Object Body will be ignored completely, if it is set to false the S3 Object will be put in the body. Setting this to true, will override any behavior defined by includeBody option.| boolean| `false`| 
 | includeBody| Include Body| If it is true, the exchange will be consumed and put into the body and closed. If false the S3Object stream will be put raw into the body and the headers will be set with the S3 object metadata.| boolean| `true`| 
 | prefix| Prefix| The AWS S3 bucket prefix to consider while searching| string| | `"folder/"`
 |===

[camel-kamelets] 04/05: Added IgnoreBody parameter to AWS S3 Source Kamelet

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

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

commit 0d2f28158c1906ca09c2849dd0006d6691e38f5c
Author: Andrea Cosentino <an...@gmail.com>
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:

[camel-kamelets] 02/05: Added IgnoreBody parameter to AWS S3 Source Kamelet

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

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

commit 08bef2f133dcf91d1ae24f2e80923fd207ff6842
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 20 14:27:13 2021 +0200

    Added IgnoreBody parameter to AWS S3 Source Kamelet
---
 .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml        | 8 ++++++++
 1 file changed, 8 insertions(+)

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 a94a882..a7df07c 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
@@ -71,6 +71,13 @@ spec:
         description: The AWS S3 bucket prefix to consider while searching
         type: string
         example: 'folder/'
+      ignoreBody:
+        title: Ignore Body
+        description: If it is true, the S3 Object Body will be ignored completely, if it is set to false the S3 Object will be put in the body. Setting this to true, will override any behavior defined by includeBody option.
+        type: boolean
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+        default: false
   dependencies:
     - "camel:aws2-s3"
     - "camel:kamelet"
@@ -83,6 +90,7 @@ spec:
         accessKey: "{{accessKey}}"
         region: "{{region}}"
         includeBody: "{{includeBody}}"
+        includeBody: "{{ignoreBody}}"
         deleteAfterRead: "{{deleteAfterRead}}"
         prefix: "{{?prefix}}"
       steps: