This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 44f5893e6c70015f2d474a8fc3bc51b6badf7ea4 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jun 15 15:01:42 2021 +0200 Camel-AWS2-S3: Improvements to docs --- .../java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java index 2c5aeb0..89f522e 100644 --- a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java +++ b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java @@ -266,7 +266,7 @@ public class AWS2S3Configuration implements Cloneable { * If it is true, the S3Object exchange will be consumed and put into the body and closed. If false the S3Object * stream will be put raw into the body and the headers will be set with the S3 object metadata. This option is * strongly related to autocloseBody option. In case of setting includeBody to true because the S3Object stream will - * be consumed then it will also be closed in case of includeBody false then it will be up to the caller to close + * be consumed then it will also be closed, while in case of includeBody false then it will be up to the caller to close * the S3Object stream. However setting autocloseBody to true when includeBody is false it will schedule to close * the S3Object stream automatically on exchange completion. */
