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/03/28 16:54:52 UTC

[camel-kamelets] 01/02: AWS DDB Streams Kamelet: Fixed description for Default Credentials Provider

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fix-ddb-streams-param-descr
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit da6d9f44989c4df98781a1aee9af08fe44eeccee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 28 18:53:29 2022 +0200

    AWS DDB Streams Kamelet: Fixed description for Default Credentials Provider
---
 kamelets/aws-ddb-streams-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/aws-ddb-streams-source.kamelet.yaml b/kamelets/aws-ddb-streams-source.kamelet.yaml
index 31e62ef..f7969d1 100644
--- a/kamelets/aws-ddb-streams-source.kamelet.yaml
+++ b/kamelets/aws-ddb-streams-source.kamelet.yaml
@@ -79,7 +79,7 @@ spec:
         default: "000000000000000000000"
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
-        description: Set whether the S3 client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
+        description: Set whether the AWS DynamoDB Streams client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
         type: boolean
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'