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


The following commit(s) were added to refs/heads/main by this push:
     new a7363046 Regen for commit 9142bcc4a7de815086a218a59dd41087e77f1525 
(#2354)
a7363046 is described below

commit a7363046319aaa648bdedfa7d5729e5d7c57751d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 14 15:21:36 2025 +0100

    Regen for commit 9142bcc4a7de815086a218a59dd41087e77f1525 (#2354)
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: oscerd <[email protected]>
---
 .../src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml  | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
index 62ff316c..53f16b40 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
@@ -31,14 +31,7 @@ metadata:
 spec:
   definition:
     title: "AWS Kinesis Source"
-    description: |-
-      Receive data from AWS Kinesis.
-
-      The basic authentication method for the Kinesis 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 Kinesis 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, CamelAwsKinesisPartitionKey will be duplicated into 
aws.kinesis.partition.key and CamelAwsKinesisSequenceNumber will be duplicated 
in aws.kinesis.sequence.number
+    description: Receive data from AWS Kinesis.
     required:
       - stream
       - region

Reply via email to