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 2022/10/06 07:40:34 UTC

[camel-kamelets] 01/04: Use filtering as mode for duplicating headers bean in AWS S3 Source

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 8cb3493d3a8230d8ebfe29662447bab28480f46f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 09:25:12 2022 +0200

    Use filtering as mode for duplicating headers bean in AWS S3 Source
---
 kamelets/aws-s3-source.kamelet.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kamelets/aws-s3-source.kamelet.yaml b/kamelets/aws-s3-source.kamelet.yaml
index 2428c285..ac4e6c0e 100644
--- a/kamelets/aws-s3-source.kamelet.yaml
+++ b/kamelets/aws-s3-source.kamelet.yaml
@@ -119,6 +119,10 @@ spec:
             value: 'CamelAwsS3'
           - key: renamingPrefix
             value: 'aws.s3.'
+          - key: mode
+            value: 'filtering'
+          - key: selectedHeaders
+            value: 'CamelAwsS3Key,CamelAwsS3BucketName'
     from:
       uri: "aws2-s3:{{bucketNameOrArn}}"
       parameters: