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 704a687 Regen docs 704a687 is described below commit 704a68756e65e3e2f6bf4b3b76a6287044cabe5c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 24 16:33:57 2019 +0200 Regen 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 e565583..a204dbf 100644 --- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc @@ -28,7 +28,7 @@ For example in order to read file `hello.txt` from bucket `helloBucket`, use the [source,java] -------------------------------------------------------------------------------- -from("aws-s3:helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&prefix=hello.txt") +from("aws-s3://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&prefix=hello.txt") .to("file:/var/downloaded"); -------------------------------------------------------------------------------- @@ -66,7 +66,7 @@ The AWS S3 Storage Service component supports 5 options, which are listed below. The AWS S3 Storage Service endpoint is configured using URI syntax: ---- -aws-s3:bucketNameOrArn +aws-s3://bucketNameOrArn ---- with the following path and query parameters: