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 a241219d01281b2c5f38a4bb434df262ab19d5dc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jul 21 07:33:22 2020 +0200 Regen website docs --- docs/components/modules/ROOT/pages/aws-s3-component.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc b/docs/components/modules/ROOT/pages/aws-s3-component.adoc index b022fdc..7f0cd0a 100644 --- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc @@ -48,7 +48,7 @@ from("aws-s3://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&prefi // component options: START -The AWS S3 Storage Service component supports 38 options, which are listed below. +The AWS S3 Storage Service component supports 39 options, which are listed below. @@ -57,6 +57,7 @@ The AWS S3 Storage Service component supports 38 options, which are listed below | Name | Description | Default | Type | *amazonS3Client* (common) | Reference to a com.amazonaws.services.s3.AmazonS3 in the registry. | | AmazonS3 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true | boolean +| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking. | true | boolean | *configuration* (common) | The component configuration | | S3Configuration | *endpointConfiguration* (common) | Amazon AWS Endpoint Configuration | | EndpointConfiguration | *pathStyleAccess* (common) | Whether or not the S3 client should use path style access | false | boolean @@ -125,7 +126,7 @@ with the following path and query parameters: |=== -=== Query Parameters (58 parameters): +=== Query Parameters (59 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -133,6 +134,7 @@ with the following path and query parameters: | Name | Description | Default | Type | *amazonS3Client* (common) | Reference to a com.amazonaws.services.s3.AmazonS3 in the registry. | | AmazonS3 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true | boolean +| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking. | true | boolean | *endpointConfiguration* (common) | Amazon AWS Endpoint Configuration | | EndpointConfiguration | *pathStyleAccess* (common) | Whether or not the S3 client should use path style access | false | boolean | *policy* (common) | The policy for this queue to set in the com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. | | String