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 1a6cc94b AWS S3 Streaming Upload: Remove StreamingUploadMode parameter
since it is true by default
1a6cc94b is described below
commit 1a6cc94bd07b03699a0e3132eca529124097ab28
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 1 06:42:59 2022 +0200
AWS S3 Streaming Upload: Remove StreamingUploadMode parameter since it is
true by default
---
kamelets/aws-s3-streaming-upload-sink.kamelet.yaml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
b/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
index 28cb1295..41321190 100644
--- a/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
+++ b/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}}"