Skip to content

Commit

Permalink
AWS S3 Source Kamelet: Added includeBody option
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jun 15, 2021
1 parent 68cd621 commit 6ad61c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/aws-s3-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6ad61c3

Please sign in to comment.