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 2020/10/12 06:17:58 UTC

[camel-kafka-connector-examples] branch master updated: AWS2-S3: Zip aggregation example, fixed connector name

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 18ecd31  AWS2-S3: Zip aggregation example, fixed connector name
18ecd31 is described below

commit 18ecd3132537dd0da112a2f02bc58d697669a258
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 08:17:41 2020 +0200

    AWS2-S3: Zip aggregation example, fixed connector name
---
 aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
index fd5637a..d206363 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
@@ -132,7 +132,7 @@ Now it's time to setup the connectors
 Open the AWS2 S3 configuration file
 
 ```
-name=CamelAWS2S3SourceConnector
+name=CamelAWS2S3SinkConnector
 connector.class=org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector
 key.converter=org.apache.kafka.connect.storage.StringConverter
 value.converter=org.apache.kafka.connect.storage.StringConverter