From 6ad61c323cf689a02d4172c291628e4ddade135a Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Tue, 15 Jun 2021 13:38:07 +0200 Subject: [PATCH] AWS S3 Source Kamelet: Added includeBody option --- 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 0cfc38c02..aa43bac3d 100644 --- a/docs/modules/ROOT/pages/aws-s3-source.adoc +++ b/docs/modules/ROOT/pages/aws-s3-source.adoc @@ -19,6 +19,7 @@ The following table summarizes the configuration options available for the `aws- | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| | | 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`| |=== NOTE: Fields marked with ({empty}*) are mandatory.