This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-s3-stream-upload in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 6d1fafabb80cb4b68c67b422edd50a6d5b1db411 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 13 15:36:00 2021 +0200 AWS S3 Streaming Upload Kamelet: Support also StreamingUploadTimeout parameter --- aws-s3-streaming-upload-sink.kamelet.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aws-s3-streaming-upload-sink.kamelet.yaml b/aws-s3-streaming-upload-sink.kamelet.yaml index e806b74..2d25ef8 100644 --- a/aws-s3-streaming-upload-sink.kamelet.yaml +++ b/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}}"