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
The following commit(s) were added to refs/heads/master by this push: new 8aadc44 Regen 8aadc44 is described below commit 8aadc44433e79b41f32ca560fd49b0089cc33fe3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 14 10:23:02 2020 +0200 Regen --- camel-dependencies/pom.xml | 2 +- components/camel-aws-s3/src/main/docs/aws-s3-component.adoc | 2 +- docs/components/modules/ROOT/pages/aws-s3-component.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 86d6f4b..2afa0ed 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -17,7 +17,7 @@ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc index f246735..8aa190a 100644 --- a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc +++ b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc @@ -106,7 +106,7 @@ The AWS S3 Storage Service component supports 38 options, which are listed below The AWS S3 Storage Service endpoint is configured using URI syntax: ---- -aws-s3://[bucketName|arn][?options] +aws-s3://bucketNameOrArn ---- with the following path and query parameters: diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc b/docs/components/modules/ROOT/pages/aws-s3-component.adoc index 574e73e..2cf4af4 100644 --- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc @@ -26,7 +26,7 @@ https://aws.amazon.com/s3[Amazon S3]. [source,java] ------------------------------ -aws-s3://bucketNameOrArn[?options] +aws-s3://[bucketName|arn][?options] ------------------------------ The bucket will be created if it don't already exists. +