Skip to content

Commit

Permalink
AWS S3 Streaming Upload Kamelet: Introduce optional overrideEndpoint …
Browse files Browse the repository at this point in the history
…and uriEndpointOverride for testing purpose
  • Loading branch information
oscerd committed Mar 17, 2022
1 parent 0f63221 commit a5da291
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,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:aws2-s3"
- "camel:kamelet"
Expand All @@ -138,4 +149,5 @@ spec:
keyName: "{{keyName}}"
streamingUploadTimeout: "{{?streamingUploadTimeout}}"
useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"

uriEndpointOverride: "{{?uriEndpointOverride}}"
overrideEndpoint: "{{overrideEndpoint}}"

0 comments on commit a5da291

Please sign in to comment.