This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/0.9.x by this push:
new fd6db684 AWS S3 Streaming Upload: Remove StreamingUploadMode parameter
since it is true by default
fd6db684 is described below
commit fd6db684890a698406a0d0717a5b74e7ab03c994
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 1 06:44:23 2022 +0200
AWS S3 Streaming Upload: Remove StreamingUploadMode parameter since it is
true by default
---
.../resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
index 28cb1295..41321190 100644
---
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
+++
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
@@ -74,13 +74,6 @@ spec:
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
- streamingUploadMode:
- title: Streaming Upload Mode
- description: Setting the Streaming Upload Mode
- type: boolean
- x-descriptors:
- - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
- default: true
restartingPolicy:
title: Restarting Policy
description: The restarting policy to use in streaming upload mode.
There are 2 enums and the value can be one of override, lastPart
@@ -142,7 +135,7 @@ spec:
accessKey: "{{?accessKey}}"
region: "{{region}}"
autoCreateBucket: "{{autoCreateBucket}}"
- streamingUploadMode: "{{streamingUploadMode}}"
+ streamingUploadMode: "true"
restartingPolicy: "{{restartingPolicy}}"
batchMessageNumber: "{{batchMessageNumber}}"
batchSize: "{{batchSize}}"