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 3ad2ea28d951ef1b289b18d483e7574c5341cbec Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 7 12:51:05 2020 +0200 Regen website docs --- docs/components/modules/ROOT/pages/aws-s3-component.adoc | 4 ++-- 1 file changed, 2 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 3aca3d3..574e73e 100644 --- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc @@ -59,7 +59,7 @@ The AWS S3 Storage Service component supports 38 options, which are listed below | *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 -| *proxyHost* (common) | To define a proxy host when instantiating the SQS client | | String +| *proxyHost* (common) | To define a proxy host when instantiating the S3 client | | String | *proxyPort* (common) | Specify a proxy port to be used inside the client definition. | | Integer | *proxyProtocol* (common) | To define a proxy protocol when instantiating the S3 client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol | *region* (common) | The region in which S3 client needs to work. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You'll need to use the name Regions.EU_WEST_1.name() | | String @@ -134,7 +134,7 @@ with the following path and query parameters: | *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 -| *proxyHost* (common) | To define a proxy host when instantiating the SQS client | | String +| *proxyHost* (common) | To define a proxy host when instantiating the S3 client | | String | *proxyPort* (common) | Specify a proxy port to be used inside the client definition. | | Integer | *proxyProtocol* (common) | To define a proxy protocol when instantiating the S3 client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol | *region* (common) | The region in which S3 client needs to work. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You'll need to use the name Regions.EU_WEST_1.name() | | String
