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 2021/02/25 05:46:20 UTC

[camel-kamelets] branch minio-source-bucket created (now 6392aa7)

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

acosentino pushed a change to branch minio-source-bucket
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


      at 6392aa7  Minio Source: Regen

This branch includes the following new commits:

     new 6392aa7  Minio Source: Regen

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets] 01/01: Minio Source: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6392aa76d7614f8f43ce7a3ba010f2820ebd0d98
Author: Andrea Cosentino <an...@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: