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 eda3c7417a21041942dc1d2a161c45dee9b2023e Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jun 16 14:32:39 2021 +0200 AWS S3 Streaming Upload: Added Batch Size option --- docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc b/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc index 053cb22..51de791 100644 --- a/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc +++ b/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc @@ -20,6 +20,7 @@ The following table summarizes the configuration options available for the `aws- | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS.| string| | | autoCreateBucket| Autocreate Bucket| Setting the autocreation of the S3 bucket bucketName.| boolean| `false`| | batchMessageNumber| Batch Message Number| The number of messages composing a batch in streaming upload mode| int| `10`| +| batchSize| Batch Size| The batch size (in bytes) in streaming upload mode| int| `1000000`| | namingStrategy| Naming Strategy| The naming strategy to use in streaming upload mode. There are 2 enums and the value can be one of progressive, random| string| `"progressive"`| | restartingPolicy| Restarting Policy| The restarting policy to use in streaming upload mode. There are 2 enums and the value can be one of override, lastPart| string| `"lastPart"`| | streamingUploadMode| Streaming Upload Mode| Setting the Streaming Upload Mode| boolean| `true`|
