Minio Sink: Remove reference to S3
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 @@
 | *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.