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/11/11 14:03:10 UTC

[camel-kamelets-examples] 02/02: Improved AWS S3 CDC Example

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-examples.git

commit 2ee4dfae9f055c77e00c3f9d83f0533ba52d0a55
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 11 15:02:49 2022 +0100

    Improved AWS S3 CDC Example
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/aws-s3-cdc/aws-s3-cdc-log.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jbang/aws-s3-cdc/aws-s3-cdc-log.yaml b/jbang/aws-s3-cdc/aws-s3-cdc-log.yaml
index 4f3b66f..284a1fa 100644
--- a/jbang/aws-s3-cdc/aws-s3-cdc-log.yaml
+++ b/jbang/aws-s3-cdc/aws-s3-cdc-log.yaml
@@ -23,7 +23,7 @@
         accessKey: <access_key>
         secretKey: <secret_key>
         region: "eu-west-1"
-        getBody: true
+        getObject: true
       steps:
       - to: 
           uri: "kamelet:log-sink"