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/07/02 07:11:23 UTC

[camel-kafka-connector-examples] branch master updated: Removed wrong instruction on minio example for aws2-s3

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 82792a2  Removed wrong instruction on minio example for aws2-s3
82792a2 is described below

commit 82792a22178d601652291f0949b89210531638ef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 2 09:11:00 2020 +0200

    Removed wrong instruction on minio example for aws2-s3
---
 aws2-s3/aws2-s3-minio-source/README.adoc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/aws2-s3/aws2-s3-minio-source/README.adoc b/aws2-s3/aws2-s3-minio-source/README.adoc
index 7ddb036..0dca442 100644
--- a/aws2-s3/aws2-s3-minio-source/README.adoc
+++ b/aws2-s3/aws2-s3-minio-source/README.adoc
@@ -65,8 +65,6 @@ camel.component.aws2-s3.secret-key=miniostorage
 camel.component.aws2-s3.region=eu-west-1
 ```
 
-and add the correct credentials for AWS.
-
 Now you can run the example
 
 ```