This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e1c4a1999ab419dde9f077a5f77e9881be368d5c
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jul 2 10:21:00 2019 +0200

    Regen
---
 components/camel-aws-s3/src/main/docs/aws-s3-component.adoc | 3 ++-
 docs/components/modules/ROOT/pages/aws-s3-component.adoc    | 6 ++++--
 docs/components/modules/ROOT/pages/cm-sms-component.adoc    | 6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc 
b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
index d907e47..0f3220b 100644
--- a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
+++ b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
@@ -160,7 +160,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 ----
 
 
-The component supports 38 options, which are listed below.
+The component supports 39 options, which are listed below.
 
 
 
@@ -185,6 +185,7 @@ The component supports 38 options, which are listed below.
 | *camel.component.aws-s3.configuration.file-name* | To get the object from 
the bucket with the given file name |  | String
 | *camel.component.aws-s3.configuration.force-global-bucket-access-enabled* | 
Define if Force Global Bucket Access enabled is true or false | false | Boolean
 | *camel.component.aws-s3.configuration.include-body* | If it is true, the 
exchange body will be set to a stream to the contents of the file. If false, 
the headers will be set with the S3 object metadata, but the body will be null. 
This option is strongly related to autocloseBody option. In case of setting 
includeBody to true and autocloseBody to false, it will be up to the caller to 
close the S3Object stream. Setting autocloseBody to true, will close the 
S3Object stream automatically. | [...]
+| *camel.component.aws-s3.configuration.key-name* | Setting the key name for 
an element in the bucket through endpoint parameter |  | String
 | *camel.component.aws-s3.configuration.multi-part-upload* | If it is true, 
camel will upload the file with multi part format, the part size is decided by 
the option of `partSize` | false | Boolean
 | *camel.component.aws-s3.configuration.operation* | The operation to do in 
case the user don't want to do only an upload |  | S3Operations
 | *camel.component.aws-s3.configuration.part-size* | Setup the partSize which 
is used in multi part upload, the default size is 25M. | 26214400 | Long
diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc 
b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
index 86da7b0..0f3220b 100644
--- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
@@ -81,7 +81,7 @@ with the following path and query parameters:
 |===
 
 
-==== Query Parameters (54 parameters):
+==== Query Parameters (55 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -111,6 +111,7 @@ with the following path and query parameters:
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
 | *pollStrategy* (consumer) | A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the 
poll operation before an Exchange have been created and being routed in Camel. 
|  | PollingConsumerPoll Strategy
 | *deleteAfterWrite* (producer) | Delete file object after the S3 file has 
been uploaded | false | boolean
+| *keyName* (producer) | Setting the key name for an element in the bucket 
through endpoint parameter |  | String
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *multiPartUpload* (producer) | If it is true, camel will upload the file 
with multi part format, the part size is decided by the option of partSize | 
false | boolean
 | *operation* (producer) | The operation to do in case the user don't want to 
do only an upload |  | S3Operations
@@ -159,7 +160,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 ----
 
 
-The component supports 38 options, which are listed below.
+The component supports 39 options, which are listed below.
 
 
 
@@ -184,6 +185,7 @@ The component supports 38 options, which are listed below.
 | *camel.component.aws-s3.configuration.file-name* | To get the object from 
the bucket with the given file name |  | String
 | *camel.component.aws-s3.configuration.force-global-bucket-access-enabled* | 
Define if Force Global Bucket Access enabled is true or false | false | Boolean
 | *camel.component.aws-s3.configuration.include-body* | If it is true, the 
exchange body will be set to a stream to the contents of the file. If false, 
the headers will be set with the S3 object metadata, but the body will be null. 
This option is strongly related to autocloseBody option. In case of setting 
includeBody to true and autocloseBody to false, it will be up to the caller to 
close the S3Object stream. Setting autocloseBody to true, will close the 
S3Object stream automatically. | [...]
+| *camel.component.aws-s3.configuration.key-name* | Setting the key name for 
an element in the bucket through endpoint parameter |  | String
 | *camel.component.aws-s3.configuration.multi-part-upload* | If it is true, 
camel will upload the file with multi part format, the part size is decided by 
the option of `partSize` | false | Boolean
 | *camel.component.aws-s3.configuration.operation* | The operation to do in 
case the user don't want to do only an upload |  | S3Operations
 | *camel.component.aws-s3.configuration.part-size* | Setup the partSize which 
is used in multi part upload, the default size is 25M. | 26214400 | Long
diff --git a/docs/components/modules/ROOT/pages/cm-sms-component.adoc 
b/docs/components/modules/ROOT/pages/cm-sms-component.adoc
index d40ba67..08af984 100644
--- a/docs/components/modules/ROOT/pages/cm-sms-component.adoc
+++ b/docs/components/modules/ROOT/pages/cm-sms-component.adoc
@@ -71,10 +71,10 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *defaultFrom* (producer) | This is the sender name. The maximum length is 11 
characters. |  | String)
-| *defaultMaxNumberOfParts* (producer) | If it is a multipart message forces 
the max number. Message can be truncated. Technically the gateway will first 
check if a message is larger than 160 characters, if so, the message will be 
cut into multiple 153 characters parts limited by these parameters. | 8 | 
Max(8L)::Int)
+| *defaultFrom* (producer) | *Required* This is the sender name. The maximum 
length is 11 characters. |  | String
+| *defaultMaxNumberOfParts* (producer) | If it is a multipart message forces 
the max number. Message can be truncated. Technically the gateway will first 
check if a message is larger than 160 characters, if so, the message will be 
cut into multiple 153 characters parts limited by these parameters. | 8 | int
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
-| *productToken* (producer) | *Required* The unique token to use |  | String)
+| *productToken* (producer) | *Required* The unique token to use |  | String
 | *testConnectionOnStartup* (producer) | Whether to test the connection to the 
SMS Gateway on startup | false | boolean
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean

Reply via email to