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 72b871c79d8f862ea68a83c80ff00642599ada8d Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Mar 16 11:01:49 2022 +0100 Fixed description of useDefaultCredentialsProvider for AWS DDB Sink Kamelet --- kamelets/aws-ddb-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/aws-ddb-sink.kamelet.yaml b/kamelets/aws-ddb-sink.kamelet.yaml index 2080bd2..2ed3ba5 100644 --- a/kamelets/aws-ddb-sink.kamelet.yaml +++ b/kamelets/aws-ddb-sink.kamelet.yaml @@ -85,7 +85,7 @@ spec: default: 1 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 DynamoDB 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'
