Update AWS component docs
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fd6c6c08 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fd6c6c08 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fd6c6c08 Branch: refs/heads/camel-2.17.x Commit: fd6c6c0814df1076598dd92999aa98abf06701d5 Parents: 763e448 Author: Andrea Cosentino <anco...@gmail.com> Authored: Tue Jun 14 14:34:44 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Tue Jun 14 14:34:44 2016 +0200 ---------------------------------------------------------------------- components/camel-aws/src/main/docs/aws-s3.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fd6c6c08/components/camel-aws/src/main/docs/aws-s3.adoc ---------------------------------------------------------------------- diff --git a/components/camel-aws/src/main/docs/aws-s3.adoc b/components/camel-aws/src/main/docs/aws-s3.adoc index dbaba40..edcfaf7 100644 --- a/components/camel-aws/src/main/docs/aws-s3.adoc +++ b/components/camel-aws/src/main/docs/aws-s3.adoc @@ -31,8 +31,9 @@ URI Options ^^^^^^^^^^^ + // endpoint options: START -The AWS S3 Storage Service component supports 38 endpoint options which are listed below: +The AWS S3 Storage Service component supports 39 endpoint options which are listed below: [width="100%",cols="2s,1,1m,1m,5",options="header"] |======================================================================= @@ -41,6 +42,7 @@ The AWS S3 Storage Service component supports 38 endpoint options which are list | accessKey | common | | String | Amazon AWS Access Key | amazonS3Client | common | | AmazonS3 | Reference to a com.amazonaws.services.sqs.AmazonS3 in the link:registry.htmlRegistry. | amazonS3Endpoint | common | | String | The region with which the AWS-S3 client wants to work with. +| pathStyleAccess | common | false | boolean | Whether or not the S3 client should use path style access | policy | common | | String | Camel 2.8.4: The policy for this queue to set in the com.amazonaws.services.s3.AmazonS3setBucketPolicy() method. | proxyHost | common | | String | Camel 2.16: To define a proxy host when instantiating the SQS client | proxyPort | common | | Integer | Camel 2.16: Specify a proxy port to be used inside the client definition. @@ -80,6 +82,7 @@ The AWS S3 Storage Service component supports 38 endpoint options which are list + |======================================================================= Required S3 component options