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 573a26c  Removed unrelated argument from command in aws2-s3 source
573a26c is described below

commit 573a26ced5f2a778fe4752ee9c2748d78f16231c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Oct 20 16:56:20 2020 +0200

    Removed unrelated argument from command in aws2-s3 source
---
 aws2-s3/aws2-s3-source/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-source/README.adoc 
b/aws2-s3/aws2-s3-source/README.adoc
index 4990b44..a6c4d49 100644
--- a/aws2-s3/aws2-s3-source/README.adoc
+++ b/aws2-s3/aws2-s3-source/README.adoc
@@ -58,7 +58,7 @@ and add the correct credentials for AWS.
 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 AWS Console and upload a file into your bucket.

Reply via email to