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/03/05 12:21:17 UTC

[camel-kamelets] branch aws-s3-no-json created (now 5becd21)

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

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


      at 5becd21  AWS S3 Kamelet Source: No need for marshal json

This branch includes the following new commits:

     new 5becd21  AWS S3 Kamelet Source: No need for marshal json

The 1 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.



[camel-kamelets] 01/01: AWS S3 Kamelet Source: No need for marshal json

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

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

commit 5becd21d87fea6d850e35ab6598f4e240a4b5de1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 5 13:20:20 2021 +0100

    AWS S3 Kamelet Source: No need for marshal json
---
 aws-s3-source.kamelet.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/aws-s3-source.kamelet.yaml b/aws-s3-source.kamelet.yaml
index 6e0e027..e9fbb25 100644
--- a/aws-s3-source.kamelet.yaml
+++ b/aws-s3-source.kamelet.yaml
@@ -60,6 +60,4 @@ spec:
         region: "{{region}}"
         deleteAfterRead: "{{deleteAfterRead}}"
       steps:
-      - marshal:
-          json: {}
       - to: "kamelet:sink"