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:19:00 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 daf6244  AWS2-S3 Zip aggregation example: Fixed connector name
daf6244 is described below

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

    AWS2-S3 Zip aggregation example: Fixed connector name
---
 .../config/CamelAWS2S3SinkConnector.properties                          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/CamelAWS2S3SinkConnector.properties b/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/CamelAWS2S3SinkConnector.properties
index 794b955..5490c06 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/CamelAWS2S3SinkConnector.properties
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/CamelAWS2S3SinkConnector.properties
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-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