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.git

commit 8ab57b9decf48cf7572769430ec1141c6db603ad
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jun 17 11:01:49 2021 +0200

    CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK 
version 2.x. - AWS Kinesis Firehose
---
 .../apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java
 
b/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java
index 79f3272..c4f03f0 100644
--- 
a/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java
+++ 
b/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java
@@ -32,7 +32,7 @@ import static 
software.amazon.awssdk.core.SdkSystemSetting.CBOR_ENABLED;
 /**
  * Produce data to AWS Kinesis Firehose streams using AWS SDK version 2.x.
  */
-@UriEndpoint(firstVersion = "3.2.0", scheme = "aws2-kinesis-firehose", title = 
"AWS 2 Kinesis Firehose",
+@UriEndpoint(firstVersion = "3.2.0", scheme = "aws2-kinesis-firehose", title = 
"AWS Kinesis Firehose",
              syntax = "aws2-kinesis-firehose:streamName", producerOnly = true, 
category = {
                      Category.CLOUD,
                      Category.MESSAGING })

Reply via email to