This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch bucketName-minio in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/bucketName-minio by this push: new ff0da45 Minio Source: Regen ff0da45 is described below commit ff0da45f3c3ac0bd296ac08f10abc35275d21b32 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 25 06:44:52 2021 +0100 Minio Source: Regen --- docs/modules/ROOT/pages/minio-source.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/minio-source.adoc b/docs/modules/ROOT/pages/minio-source.adoc index 1f5506e..401109e 100644 --- a/docs/modules/ROOT/pages/minio-source.adoc +++ b/docs/modules/ROOT/pages/minio-source.adoc @@ -12,8 +12,8 @@ The following table summarizes the configuration options available for the `mini |=== | Property| Name| Description| Type| Default| Example | *accessKey {empty}* *| Access Key| The access key obtained from Minio| string| | +| *bucketName {empty}* *| Bucket Name| The Minio Bucket name| string| | | *secretKey {empty}* *| Secret Key| The secret key obtained from Minio| string| | -| bucketNameOrArn| Bucket Name| The Minio Bucket name| string| | | deleteAfterRead| Auto-delete objects| Delete objects after consuming them| boolean| `true`| |=== @@ -42,6 +42,7 @@ spec: name: minio-source properties: accessKey: "The Access Key" + bucketName: "The Bucket Name" secretKey: "The Secret Key" sink: ref: