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 9289735b102f004ce81cbdde798a93e36de4b26d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 13 15:36:43 2021 +0200 AWS S3 Streaming Upload Kamelet: Support also StreamingUploadTimeout parameter --- .../resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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 e806b74..2d25ef8 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 @@ -75,6 +75,10 @@ spec: description: The batch size (in bytes) in streaming upload mode type: int default: '1000000' + streamingUploadTimeout: + title: Streaming Upload Timeout + description: While streaming upload mode is true, this option set the timeout to complete upload + type: long namingStrategy: title: Naming Strategy description: The naming strategy to use in streaming upload mode. There are 2 enums and the value can be one of progressive, random @@ -104,4 +108,5 @@ spec: batchSize: "{{batchSize}}" namingStrategy: "{{namingStrategy}}" keyName: "{{keyName}}" + streamingUploadMode: "{{?streamingUploadTimeout}}"