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 311ccbd commit 68cd621
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ spec:
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
includeBody:
title: Include Body
description: 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.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: true
dependencies:
- "camel:aws2-s3"
- "camel:kamelet"
Expand All @@ -70,6 +77,7 @@ spec:
secretKey: "{{secretKey}}"
accessKey: "{{accessKey}}"
region: "{{region}}"
includeBody: "{{includeBody}}"
deleteAfterRead: "{{deleteAfterRead}}"
steps:
- to: "kamelet:sink"

0 comments on commit 68cd621

Please sign in to comment.