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/23 06:55:25 UTC

[camel-kafka-connector-examples] 01/04: Fixed reference to non-existent/non-used properties file

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

commit cef8d38906628c4437b95b60db7fa5a81df7eb09
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Fri Oct 23 08:32:30 2020 +0200

    Fixed reference to non-existent/non-used properties file
---
 aws2-s3/aws2-s3-minio-source/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-minio-source/README.adoc b/aws2-s3/aws2-s3-minio-source/README.adoc
index 3ebef35..78db3c1 100644
--- a/aws2-s3/aws2-s3-minio-source/README.adoc
+++ b/aws2-s3/aws2-s3-minio-source/README.adoc
@@ -68,7 +68,7 @@ camel.component.aws2-s3.region=eu-west-1
 Now you can run the example
 
 ```
-$KAFKA_HOME/bin/connect-standalone.sh $KAFKA_HOME/config/connect-standalone.properties config/CamelAWSS3SourceConnector.properties config/CamelAWS2SQSSourceConnector.properties
+$KAFKA_HOME/bin/connect-standalone.sh $KAFKA_HOME/config/connect-standalone.properties config/CamelAWSS3SourceConnector.properties
 ```
 
 Just connect to your MinIO console and upload a file into your bucket.