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

[camel-kamelets] 03/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 3f1bd8e1ac1b991f5081ec8e001d7d4788187a6f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 09:37:06 2022 +0200

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

diff --git a/kamelets/aws-s3-source.kamelet.yaml b/kamelets/aws-s3-source.kamelet.yaml
index ac4e6c0e..6ab2bca4 100644
--- a/kamelets/aws-s3-source.kamelet.yaml
+++ b/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