This is an automated email from the ASF dual-hosted git repository. davsclaus 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 bf5a73c Regen bf5a73c is described below commit bf5a73cec85825ee1750517fe699540ef5ee4445 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Feb 14 05:41:53 2019 +0100 Regen --- docs/components/modules/ROOT/pages/aws-ec2-component.adoc | 4 ++-- docs/components/modules/ROOT/pages/aws-lambda-component.adoc | 2 ++ docs/components/modules/ROOT/pages/aws-s3-component.adoc | 2 +- docs/components/modules/ROOT/pages/http4-component.adoc | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/components/modules/ROOT/pages/aws-ec2-component.adoc b/docs/components/modules/ROOT/pages/aws-ec2-component.adoc index 065c0c1..782075c 100644 --- a/docs/components/modules/ROOT/pages/aws-ec2-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-ec2-component.adoc @@ -3,13 +3,13 @@ *Available as of Camel version 2.16* -The EC2 component supports create, run, start, stop and terminate +The EC2 component supports the ability to create, run, start, stop and terminate https://aws.amazon.com/it/ec2/[AWS EC2] instances. Prerequisites You must have a valid Amazon Web Services developer account, and be -signed up to use Amazon EC2. More information are available at +signed up to use Amazon EC2. More information is available at https://aws.amazon.com/it/ec2/[Amazon EC2]. ### URI Format diff --git a/docs/components/modules/ROOT/pages/aws-lambda-component.adoc b/docs/components/modules/ROOT/pages/aws-lambda-component.adoc index c039cbe..9667441 100644 --- a/docs/components/modules/ROOT/pages/aws-lambda-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-lambda-component.adoc @@ -196,6 +196,8 @@ The default is 3 seconds.|No - listTags - tagResource - untagResource +- publishVersion +- listVersions ### Example diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc b/docs/components/modules/ROOT/pages/aws-s3-component.adoc index 918d3d0..a9aa60f 100644 --- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc @@ -3,7 +3,7 @@ *Available as of Camel version 2.8* -The S3 component supports storing and retrieving objetcs from/to +The S3 component supports storing and retrieving objects from/to http://aws.amazon.com/s3[Amazon's S3] service. Prerequisites diff --git a/docs/components/modules/ROOT/pages/http4-component.adoc b/docs/components/modules/ROOT/pages/http4-component.adoc index fc547c2..8b48e1f 100644 --- a/docs/components/modules/ROOT/pages/http4-component.adoc +++ b/docs/components/modules/ROOT/pages/http4-component.adoc @@ -543,7 +543,7 @@ int responseCode = out.getHeader(Exchange.HTTP_RESPONSE_CODE, Integer.class); To disable cookies you can set the HTTP Client to ignore cookies by adding this URI option: + - `httpClient.cookiePolicy=ignoreCookies` + `httpClient.cookieSpec=ignoreCookies` ### Advanced Usage