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 fb887226f4b2f2d830b9442bb38f75634b47944b Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jul 30 08:22:29 2021 +0200 Regen docs --- docs/modules/ROOT/nav.adoc | 1 + docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index aa26b9e..625ea16 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -78,6 +78,7 @@ * xref:ROOT:kafka-not-secured-source.adoc[image:kamelets/kafka-not-secured-source.svg[] Kafka Not Secured Source] * xref:ROOT:kafka-sink.adoc[image:kamelets/kafka-sink.svg[] Kafka Sink] * xref:ROOT:kafka-source.adoc[image:kamelets/kafka-source.svg[] Kafka Source] +* xref:ROOT:log-sink.adoc[image:kamelets/log-sink.svg[] Log Sink] * xref:ROOT:mail-imap-source.adoc[image:kamelets/mail-imap-source.svg[] Mail IMAP Source] * xref:ROOT:mariadb-sink.adoc[image:kamelets/mariadb-sink.svg[] MariaDB Sink] * xref:ROOT:mariadb-source.adoc[image:kamelets/mariadb-source.svg[] MariaDB Source] 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 0b94ce2..6ac056a 100644 --- a/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc +++ b/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc @@ -20,7 +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`| +| 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`|
