diff --git a/kamelets/aws-kinesis-source.kamelet.yaml b/kamelets/aws-kinesis-source.kamelet.yaml index 62ff316c6..53f16b408 100644 --- a/kamelets/aws-kinesis-source.kamelet.yaml +++ b/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