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 2023/03/20 10:49:34 UTC

[camel-kamelets] branch 0.9.x updated (6c74344b -> b9e33d23)

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

acosentino pushed a change to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    from 6c74344b AWS S3 Source Kamelet: Removing includeBody option
     new 6cc1888d AWS DDB Sink Kamelet: Remove WriteCapacity parameter
     new b9e33d23 AWS DDB Sink Kamelet: Remove WriteCapacity parameter

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.


Summary of changes:
 kamelets/aws-ddb-sink.kamelet.yaml                                  | 6 ------
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml           | 6 ------
 2 files changed, 12 deletions(-)


[camel-kamelets] 02/02: AWS DDB Sink Kamelet: Remove WriteCapacity parameter

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit b9e33d23dc4d9ca1c1520ba8f937d729836dd8cf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 20 11:42:13 2023 +0100

    AWS DDB Sink Kamelet: Remove WriteCapacity parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml           | 6 ------
 1 file changed, 6 deletions(-)

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 49fc7313..3486816e 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
@@ -74,11 +74,6 @@ spec:
         type: string
         default: PutItem
         example: PutItem
-      writeCapacity:
-        title: Write Capacity
-        description: The provisioned throughput to reserve for writing resources to your table.
-        type: integer
-        default: 1
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the DynamoDB client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).
@@ -126,7 +121,6 @@ spec:
             accessKey: "{{?accessKey}}"
             region: "{{region}}"
             operation: "{{operation}}"
-            writeCapacity: "{{?writeCapacity}}"
             useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
             uriEndpointOverride: "{{?uriEndpointOverride}}"
             overrideEndpoint: "{{overrideEndpoint}}"


[camel-kamelets] 01/02: AWS DDB Sink Kamelet: Remove WriteCapacity parameter

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 6cc1888d29f1de02e7f59c795c9938c4e592eb3b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 20 11:41:44 2023 +0100

    AWS DDB Sink Kamelet: Remove WriteCapacity parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/aws-ddb-sink.kamelet.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kamelets/aws-ddb-sink.kamelet.yaml b/kamelets/aws-ddb-sink.kamelet.yaml
index 49fc7313..3486816e 100644
--- a/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/kamelets/aws-ddb-sink.kamelet.yaml
@@ -74,11 +74,6 @@ spec:
         type: string
         default: PutItem
         example: PutItem
-      writeCapacity:
-        title: Write Capacity
-        description: The provisioned throughput to reserve for writing resources to your table.
-        type: integer
-        default: 1
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the DynamoDB client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).
@@ -126,7 +121,6 @@ spec:
             accessKey: "{{?accessKey}}"
             region: "{{region}}"
             operation: "{{operation}}"
-            writeCapacity: "{{?writeCapacity}}"
             useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
             uriEndpointOverride: "{{?uriEndpointOverride}}"
             overrideEndpoint: "{{overrideEndpoint}}"