You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/05/06 09:37:27 UTC

[camel-kamelets] 01/13: aws-* kamelets: expose delay parameter where possible - AWS S3

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 985f80fc014b23d06eb186923b0951cfd889d277
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 6 10:55:20 2022 +0200

    aws-* kamelets: expose delay parameter where possible - AWS S3
---
 kamelets/aws-s3-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/aws-s3-source.kamelet.yaml b/kamelets/aws-s3-source.kamelet.yaml
index 2b5f05d0..a2da4433 100644
--- a/kamelets/aws-s3-source.kamelet.yaml
+++ b/kamelets/aws-s3-source.kamelet.yaml
@@ -100,6 +100,11 @@ spec:
         x-descriptors:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
+      delay:
+        title: Delay
+        description: Milliseconds before the next poll of the selected bucket
+        type: long
+        default: 500
   dependencies:
     - "camel:aws2-s3"
     - "camel:kamelet"
@@ -118,5 +123,6 @@ spec:
         useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
         uriEndpointOverride: "{{?uriEndpointOverride}}"
         overrideEndpoint: "{{overrideEndpoint}}"
+        delay: "{{delay}}"
       steps:
       - to: "kamelet:sink"