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 dcb821ba8efc69cda95364db92eb68e94a50b4bd Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Apr 22 08:38:31 2020 +0200 Regen docs --- docs/components/modules/ROOT/nav.adoc | 2 +- docs/components/modules/ROOT/pages/aws2-s3-component.adoc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index 506d93f..0f3bbd5 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -31,6 +31,7 @@ ** xref:aws2-kms-component.adoc[AWS 2 KMS] ** xref:aws2-mq-component.adoc[AWS 2 MQ] ** xref:aws2-msk-component.adoc[AWS 2 MSK] +** xref:aws2-s3-component.adoc[AWS 2 S3 Storage Service] ** xref:aws2-ses-component.adoc[AWS 2 Simple Email Service] ** xref:aws2-sns-component.adoc[AWS 2 Simple Notification System] ** xref:aws2-sqs-component.adoc[AWS 2 Simple Queue Service] @@ -56,7 +57,6 @@ ** xref:aws-swf-component.adoc[AWS Simple Workflow] ** xref:aws-sdb-component.adoc[AWS SimpleDB] ** xref:aws-translate-component.adoc[AWS Translate] -** xref:aws2-s3-component.adoc[AWS2 S3 Storage Service] ** xref:azure-summary.adoc[Azure] ** xref:azure-storage-blob-component.adoc[Azure Storage Blob Service] ** xref:azure-blob-component.adoc[Azure Storage Blob Service (Legacy)] diff --git a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc index 285d1df..c2b27af 100644 --- a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc @@ -1,8 +1,8 @@ [[aws2-s3-component]] -= AWS2 S3 Storage Service Component += AWS 2 S3 Storage Service Component //THIS FILE IS COPIED: EDIT THE SOURCE FILE: :page-source: components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc -:docTitle: AWS2 S3 Storage Service +:docTitle: AWS 2 S3 Storage Service :artifactId: camel-aws2-s3 :description: The aws2-s3 component is used for storing and retrieving object from Amazon S3 Storage Service. :since: 3.2 @@ -49,7 +49,7 @@ from("aws2-s3://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&pref // component options: START -The AWS2 S3 Storage Service component supports 38 options, which are listed below. +The AWS 2 S3 Storage Service component supports 38 options, which are listed below. @@ -108,7 +108,7 @@ The AWS2 S3 Storage Service component supports 38 options, which are listed belo // endpoint options: START -The AWS2 S3 Storage Service endpoint is configured using URI syntax: +The AWS 2 S3 Storage Service endpoint is configured using URI syntax: ---- aws2-s3://bucketNameOrArn
