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 9543e3598cd9426da10d7579d675c36842b96e21 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Sep 10 10:13:16 2021 +0200 Minio Source: Remove reference to S3 --- .../src/main/resources/kamelets/minio-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/minio-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/minio-source.kamelet.yaml index 2a88d32..43de2dd 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/minio-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/minio-source.kamelet.yaml @@ -54,7 +54,7 @@ spec: example: http://localhost:9000 autoCreateBucket: title: Autocreate Bucket - description: Setting the autocreation of the S3 bucket bucketName. + description: Setting the autocreation of the Minio bucket bucketName. type: boolean x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
