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

[camel-kamelets] 04/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 012c973b8d952d0346f8bfb39d1e92ae61e7cb1c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 09:39:18 2022 +0200

    Use filtering as mode for duplicating headers bean in AWS S3 Source
---
 .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml              | 2 ++
 1 file changed, 2 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 ac4e6c0e..6ab2bca4 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
@@ -19,6 +19,8 @@ spec:
       The basic authentication method for the S3 service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.
       
       If you use the default credentials provider, the S3 client loads the credentials through this provider and doesn't use the basic authentication method.
+
+      Two headers will be duplicated with different names for clarity at sink level, CamelAwsS3Key will be duplicated into aws.s3.key and CamelAwsS3BucketName will be duplicated in aws.s3.bucket.name
     required:
       - bucketNameOrArn
       - region