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-kamelets.git
The following commit(s) were added to refs/heads/master by this push: new 8f348f6 Minio Source: Fixed bucketName field (#26) 8f348f6 is described below commit 8f348f6e6e0db8ec03deb296a910b25ede002f6c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 25 06:43:43 2021 +0100 Minio Source: Fixed bucketName field (#26) --- minio-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minio-source.kamelet.yaml b/minio-source.kamelet.yaml index 84ba075..c6a2f59 100644 --- a/minio-source.kamelet.yaml +++ b/minio-source.kamelet.yaml @@ -17,7 +17,7 @@ spec: - accessKey - secretKey properties: - bucketNameOrArn: + bucketName: title: Bucket Name description: The Minio Bucket name type: string