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 d0571821280236c62b447f788fcd823943848ed5
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Mar 16 12:39:45 2022 +0100

    AWS S3 Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink Kamelet
---
 .../src/main/resources/kamelets/aws-s3-sink.kamelet.yaml    | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
index dd47961..41902cf 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
@@ -86,6 +86,17 @@ spec:
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
+      uriEndpointOverride:
+        title: Overwritte Endpoint URI
+        description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+        type: string
+      overrideEndpoint:
+        title: Endpoint Overwrite
+        description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+        type: boolean
+        x-descriptors:
+          - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+        default: false
   dependencies:
     - "camel:core"
     - "camel:aws2-s3"
@@ -119,3 +130,5 @@ spec:
             region: "{{region}}"
             autoCreateBucket: "{{autoCreateBucket}}"
             useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+            uriEndpointOverride: "{{?uriEndpointOverride}}"
+            overrideEndpoint: "{{overrideEndpoint}}"

Reply via email to