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 0737d953b152ba8f8c560ca807f88bd336ad38a7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jul 30 08:18:19 2021 +0200

    AWS S3 Streaming upload: set the example batch size as a string
---
 aws-s3-streaming-upload-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws-s3-streaming-upload-sink.kamelet.yaml 
b/aws-s3-streaming-upload-sink.kamelet.yaml
index 0ae6fec..e806b74 100644
--- a/aws-s3-streaming-upload-sink.kamelet.yaml
+++ b/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

Reply via email to