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

acosentino pushed a commit to branch aws-s3-sink
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 29dfc5b4b7fe83a1a35d0a8dac3d66f1664cce53
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jun 4 15:24:21 2021 +0200

    AWS S3 Sink Kamelet: Removed URI Override Endpoint options
---
 .../src/main/resources/kamelets/aws-s3-sink.kamelet.yaml   | 14 --------------
 1 file changed, 14 deletions(-)

diff --git 
a/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
 
b/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
index efcac6e..6102a59 100644
--- 
a/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
+++ 
b/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
@@ -51,18 +51,6 @@ spec:
         description: The AWS region to connect to.
         type: string
         example: eu-west-1
-      overrideEndpoint:
-        title: Override Endpoint
-        description: Set the need for overidding the endpoint. This option 
needs to be used in combination with uriEndpointOverride.
-        type: boolean
-        default: false
-        x-descriptors:
-        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
-      uriEndpointOverride:
-        title: Override Endpoint URI
-        description: Set the overriding uri endpoint. This option needs to be 
used in combination with overrideEndpoint option.
-        type: string
-        example: "http://another-s3-endpoint:9000";
       autoCreateBucket:
         title: Autocreate Bucket
         description: Setting the autocreation of the S3 bucket bucketName.
@@ -100,6 +88,4 @@ spec:
             secretKey: "{{secretKey}}"
             accessKey: "{{accessKey}}"
             region: "{{region}}"
-            uriEndpointOverride: "{{uriEndpointOverride}}"
-            overrideEndpoint: "{{overrideEndpoint}}"
             autoCreateBucket: "{{autoCreateBucket}}"

Reply via email to