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 0489521910d889bc8a822529fa2f06037fba6698 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Mar 16 11:03:03 2022 +0100 Fixed description of useDefaultCredentialsProvider for AWS DDB Sink Kamelet --- .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml index 2080bd2..2ed3ba5 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/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'
