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:35 UTC

[camel-kamelets] 02/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 b7f149d1f37a9feeda28af2c752d90afb78f236e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 09:28:00 2022 +0200

    Use filtering as mode for duplicating headers bean in AWS S3 Source
---
 .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml            | 4 ++++
 1 file changed, 4 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 2428c285..ac4e6c0e 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
@@ -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: