This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch groups-aws in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 40c47b85172776f2269a3797739a7ba8ad1b051e Author: Andrea Cosentino <[email protected]> AuthorDate: Wed May 5 14:00:16 2021 +0200 Add group label to all kamelets - AWS S3 --- aws-s3-sink.kamelet.yaml | 1 + aws-s3-source.kamelet.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/aws-s3-sink.kamelet.yaml b/aws-s3-sink.kamelet.yaml index c4330f9..a9449c7 100644 --- a/aws-s3-sink.kamelet.yaml +++ b/aws-s3-sink.kamelet.yaml @@ -7,6 +7,7 @@ metadata: camel.apache.org/provider: "Apache Software Foundation" labels: camel.apache.org/kamelet.type: "sink" + camel.apache.org/kamelet.group: "AWS S3" spec: definition: title: "AWS S3 Sink" diff --git a/aws-s3-source.kamelet.yaml b/aws-s3-source.kamelet.yaml index 71a2195..618c71f 100644 --- a/aws-s3-source.kamelet.yaml +++ b/aws-s3-source.kamelet.yaml @@ -7,6 +7,7 @@ metadata: camel.apache.org/provider: "Apache Software Foundation" labels: camel.apache.org/kamelet.type: "source" + camel.apache.org/kamelet.group: "AWS S3" spec: definition: title: "AWS S3 Source"
