This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch s3-and-regen in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 25bc476fe27601502165f89866f7b958ef2b0d49 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jul 30 08:20:12 2021 +0200 AWS S3 Streaming upload: set the example batch size as a string --- .../main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0ae6fec..e806b74 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,7 +74,7 @@ spec: title: Batch Size description: The batch size (in bytes) in streaming upload mode type: int - default: 1000000 + default: '1000000' 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
