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 057cb6ae14647f11b4ffa1f5733e03c00212de57 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 6 10:58:49 2020 +0100 Regen docs --- docs/components/modules/ROOT/nav.adoc | 1 - docs/components/modules/ROOT/pages/aws2-s3-component.adoc | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index 9c4258b..a076f6a 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -57,7 +57,6 @@ * xref:aws2-mq-component.adoc[AWS 2 MQ Component] * xref:aws2-msk-component.adoc[AWS 2 MSK Component] * xref:aws2-s3-component.adoc[AWS2 S3 Storage Service Component] -* xref:aws2-s3-component.adoc[AWS2 S3 Storage Service Component] * xref:aws2-ses-component.adoc[AWS 2 Simple Email Service Component] * xref:aws2-sns-component.adoc[AWS 2 Simple Notification System Component] * xref:aws2-sqs-component.adoc[AWS 2 Simple Queue Service Component] diff --git a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc index 0e9607b..a0cf2b0 100644 --- a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc @@ -1,6 +1,6 @@ [[aws2-s3-component]] = AWS2 S3 Storage Service Component -:page-source: components/camel-aws2-s3/bin/src/main/docs/aws2-s3-component.adoc +:page-source: components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc *Since Camel 3.2* @@ -59,7 +59,7 @@ The AWS2 S3 Storage Service component supports 37 options, which are listed belo | *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 | *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 +| *region* (common) | The region in which S3 client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() | | String | *useIAMCredentials* (common) | Set whether the S3 client should expect to load credentials on an EC2 instance or to expect static credentials to be passed in. | false | boolean | *encryptionMaterials* (common) | The encryption materials to use in case of Symmetric/Asymmetric client usage | | Encryption | *useEncryption* (common) | Define if encryption must be used or not | false | boolean @@ -133,7 +133,7 @@ with the following path and query parameters: | *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 | *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 +| *region* (common) | The region in which S3 client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() | | String | *useIAMCredentials* (common) | Set whether the S3 client should expect to load credentials on an EC2 instance or to expect static credentials to be passed in. | false | boolean | *encryptionMaterials* (common) | The encryption materials to use in case of Symmetric/Asymmetric client usage | | Encryption | *useEncryption* (common) | Define if encryption must be used or not | false | boolean @@ -526,4 +526,4 @@ Maven users will need to add the following dependency to their pom.xml. where `$\{camel-version\}` must be replaced by the actual version of Camel. -include::camel-spring-boot::page$aws-s3-starter.adoc[] \ No newline at end of file +include::camel-spring-boot::page$aws2-s3-starter.adoc[]
