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 525a400 Regen
525a400 is described below
commit 525a400aabf6bd93437ae6b0cc1f56742ffeb9c1
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 14 05:11:01 2019 +0100
Regen
---
docs/components/modules/ROOT/pages/aws-s3-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc
b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
index c6c858f..2803901 100644
--- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
@@ -110,7 +110,7 @@ with the following path and query parameters:
| *fileName* (consumer) | To get the object from the bucket with the given
file name | | String
| *includeBody* (consumer) | If it is true, the exchange body will be set to a
stream to the contents of the file. If false, the headers will be set with the
S3 object metadata, but the body will be null. This option is strongly related
to autocloseBody option. In case of setting includeBody to true and
autocloseBody to false, it will be up to the caller to close the S3Object
stream. Setting autocloseBody to true, will close the S3Object stream
automatically. | true | boolean
| *maxConnections* (consumer) | Set the maxConnections parameter in the S3
client configuration | 60 | int
-| *maxMessagesPerPoll* (consumer) | Gets the maximum number of messages as a
limit to poll at each polling. Is default unlimited, but use 0 or negative
number to disable it as unlimited. | 10 | int
+| *maxMessagesPerPoll* (consumer) | Gets the maximum number of messages as a
limit to poll at each polling. Gets the maximum number of messages as a limit
to poll at each polling. The default value is 10. Use 0 or a negative number to
set it as unlimited. | 10 | int
| *prefix* (consumer) | The prefix which is used in the
com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we
are interested in. | | String
| *sendEmptyMessageWhenIdle* (consumer) | If the polling consumer did not poll
any files, you can enable this option to send an empty message (no body)
instead. | false | boolean
| *autocloseBody* (consumer) | If this option is true and includeBody is true,
then the S3Object.close() method will be called on exchange completion. This
option is strongly related to includeBody option. In case of setting
includeBody to true and autocloseBody to false, it will be up to the caller to
close the S3Object stream. Setting autocloseBody to true, will close the
S3Object stream automatically. | true | boolean