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-kamelets.git
commit 39aec6562bf5298372245ac6e1ffb6d30e689332 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jul 19 14:15:16 2021 +0200 AWS S3 Source Kamelet: Add Prefix as optional parameter --- docs/modules/ROOT/pages/aws-s3-source.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/aws-s3-source.adoc b/docs/modules/ROOT/pages/aws-s3-source.adoc index 1f2cc01..901911f 100644 --- a/docs/modules/ROOT/pages/aws-s3-source.adoc +++ b/docs/modules/ROOT/pages/aws-s3-source.adoc @@ -20,6 +20,7 @@ The following table summarizes the configuration options available for the `aws- | autoCreateBucket| Autocreate Bucket| Setting the autocreation of the S3 bucket bucketName.| boolean| `false`| | deleteAfterRead| Auto-delete Objects| Delete objects after consuming them| boolean| `true`| | includeBody| Include Body| If it is true, the 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.| boolean| `true`| +| prefix| Prefix| The AWS S3 bucket prefix to consider while searching| string| | `"folder/"` |=== NOTE: Fields marked with ({empty}*) are mandatory.