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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c1289a750d0c1c0671278c577a859970fdd898a8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Sep 10 10:10:37 2021 +0200

    Minio Sink: Remove reference to S3
---
 docs/modules/ROOT/pages/minio-sink.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/minio-sink.adoc 
b/docs/modules/ROOT/pages/minio-sink.adoc
index f401f6a..83a66fd 100644
--- a/docs/modules/ROOT/pages/minio-sink.adoc
+++ b/docs/modules/ROOT/pages/minio-sink.adoc
@@ -23,7 +23,7 @@ The following table summarizes the configuration options 
available for the `mini
 | *bucketName {empty}* *| Bucket Name| The Minio Bucket name| string| | 
 | *endpoint {empty}* *| Endpoint| The Minio Endpoint, it can be an URL, domain 
name, IPv4 address or IPv6 address.| string| | `"http://localhost:9000"`
 | *secretKey {empty}* *| Secret Key| The secret key obtained from Minio| 
string| | 
-| autoCreateBucket| Autocreate Bucket| Setting the autocreation of the S3 
bucket bucketName.| boolean| `false`| 
+| autoCreateBucket| Autocreate Bucket| Setting the autocreation of the Minio 
bucket bucketName.| boolean| `false`| 
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.

Reply via email to