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 739cca1482b16e28f7f9520ade241fe1775d0d67 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jul 19 14:07:49 2021 +0200 AWS S3 Source Kamelet: Add Prefix as optional parameter --- aws-s3-source.kamelet.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aws-s3-source.kamelet.yaml b/aws-s3-source.kamelet.yaml index a7717d2..a94a882 100644 --- a/aws-s3-source.kamelet.yaml +++ b/aws-s3-source.kamelet.yaml @@ -66,6 +66,11 @@ spec: x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' default: true + prefix: + title: Prefix + description: The AWS S3 bucket prefix to consider while searching + type: string + example: 'folder/' dependencies: - "camel:aws2-s3" - "camel:kamelet" @@ -79,5 +84,6 @@ spec: region: "{{region}}" includeBody: "{{includeBody}}" deleteAfterRead: "{{deleteAfterRead}}" + prefix: "{{?prefix}}" steps: - to: "kamelet:sink"