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:51 UTC

[camel-kamelets] branch fix-ddb-streams-param-descr created (now e692eeb)

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

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


      at e692eeb  AWS DDB Streams Kamelet: Fixed description for Default Credentials Provider

This branch includes the following new commits:

     new da6d9f4  AWS DDB Streams Kamelet: Fixed description for Default Credentials Provider
     new e692eeb  AWS DDB Streams Kamelet: Fixed description for Default Credentials Provider

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ac...@apache.org.
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 e692eeb7371d34561b6c27810db14c3b0617ae52
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 28 18:54:23 2022 +0200

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

diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml
index 31e62ef..f7969d1 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/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'

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

Posted by ac...@apache.org.
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'