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 cf17c89b0b51d5972d7aec57d4e6c343f81ac4f9
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Apr 16 15:20:22 2020 +0200

    CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end 
user to pass an AWS Request pojo as body, aws2-s3 regen website docs
---
 docs/components/modules/ROOT/pages/aws2-s3-component.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
index dd9f3c9..890ec64 100644
--- a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
@@ -49,7 +49,7 @@ 
from("aws2-s3://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&pref
 
 
 // component options: START
-The AWS2 S3 Storage Service component supports 31 options, which are listed 
below.
+The AWS2 S3 Storage Service component supports 32 options, which are listed 
below.
 
 
 
@@ -60,6 +60,7 @@ The AWS2 S3 Storage Service component supports 31 options, 
which are listed belo
 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true 
| boolean
 | *configuration* (common) | The component configuration |  | 
AWS2S3Configuration
 | *overrideEndpoint* (common) | Set the need for overidding the endpoint. This 
option needs to be used in combination with uriEndpointOverride option | false 
| boolean
+| *pojoRequest* (common) | If we want to use a POJO request as body or not | 
false | boolean
 | *policy* (common) | The policy for this queue to set in the 
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. |  | String
 | *proxyHost* (common) | To define a proxy host when instantiating the SQS 
client |  | String
 | *proxyPort* (common) | Specify a proxy port to be used inside the client 
definition. |  | Integer
@@ -119,7 +120,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (51 parameters):
+=== Query Parameters (52 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -128,6 +129,7 @@ with the following path and query parameters:
 | *amazonS3Client* (common) | Reference to a 
com.amazonaws.services.s3.AmazonS3 in the registry. |  | S3Client
 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true 
| boolean
 | *overrideEndpoint* (common) | Set the need for overidding the endpoint. This 
option needs to be used in combination with uriEndpointOverride option | false 
| boolean
+| *pojoRequest* (common) | If we want to use a POJO request as body or not | 
false | boolean
 | *policy* (common) | The policy for this queue to set in the 
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. |  | String
 | *proxyHost* (common) | To define a proxy host when instantiating the SQS 
client |  | String
 | *proxyPort* (common) | Specify a proxy port to be used inside the client 
definition. |  | Integer

Reply via email to