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 cf651dd021550b54af4c6e6bd0fd5727712b33f5
Author: Andrea Cosentino <anco...@gmail.com>
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 af5351ea..96ca8343 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}}"

Reply via email to