This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch oneliner-ceph-4.14.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 2fc39d5dac9c8f9207f79e1723d9cccaef272f4b Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 3 09:29:08 2025 +0200 Kamelets Catalog - Make the description a one liner - CEPH Sink Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/partials/ceph-sink-description.adoc | 11 +++++++++++ kamelets/ceph-sink.kamelet.yaml | 7 +------ .../src/main/resources/kamelets/ceph-sink.kamelet.yaml | 7 +------ 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/modules/ROOT/partials/ceph-sink-description.adoc b/docs/modules/ROOT/partials/ceph-sink-description.adoc new file mode 100644 index 000000000..3481d8619 --- /dev/null +++ b/docs/modules/ROOT/partials/ceph-sink-description.adoc @@ -0,0 +1,11 @@ +== CEPH Sink Kamelet Description + +=== Authentication methods + +In this Kamelet you need to use static credentials + +=== Optional Headers + +In the header, you can optionally set the `file` / `ce-file` property to specify the name of the file to upload. + +If you do not set the property in the header, the Kamelet uses the exchange ID for the file name. diff --git a/kamelets/ceph-sink.kamelet.yaml b/kamelets/ceph-sink.kamelet.yaml index 2e85059df..293091f0d 100644 --- a/kamelets/ceph-sink.kamelet.yaml +++ b/kamelets/ceph-sink.kamelet.yaml @@ -31,12 +31,7 @@ metadata: spec: definition: title: "Ceph Sink" - description: |- - Upload data to an Ceph Bucket managed by a Object Storage Gateway. - - In the header, you can optionally set the `file` / `ce-file` property to specify the name of the file to upload. - - If you do not set the property in the header, the Kamelet uses the exchange ID for the file name. + description: Upload data to an Ceph Bucket managed by a Object Storage Gateway. required: - cephUrl - accessKey diff --git a/library/camel-kamelets/src/main/resources/kamelets/ceph-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ceph-sink.kamelet.yaml index 2e85059df..293091f0d 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/ceph-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/ceph-sink.kamelet.yaml @@ -31,12 +31,7 @@ metadata: spec: definition: title: "Ceph Sink" - description: |- - Upload data to an Ceph Bucket managed by a Object Storage Gateway. - - In the header, you can optionally set the `file` / `ce-file` property to specify the name of the file to upload. - - If you do not set the property in the header, the Kamelet uses the exchange ID for the file name. + description: Upload data to an Ceph Bucket managed by a Object Storage Gateway. required: - cephUrl - accessKey
