This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/master by this push:
new ee2d1b8 AWS S3 Kamelet Source: No need for marshal json
ee2d1b8 is described below
commit ee2d1b88872e58ccc0612affde00eb1aa0033199
Author: Andrea Cosentino <[email protected]>
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"