From cbce18cbd406b5cba54467eeee63af1a7103ad44 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:38:48 +0000 Subject: [PATCH] Update wiki Home page for minio-sink --- Home.md | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..8ae4e31 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,34 @@ -# Deploy the Project on CamelX Platform +# Minio Sink -Deploy on CamelX Platform in three steps +Upload data to MinIO. -## Step 1: Create a release -From the project space, click on **"Create a release"** +In the header, you can set the `file` / `ce-file` property to specify the filename to upload. -The new version is automatically available in the list +If you do not set the property in the header, the Kamelet uses the exchange ID for the filename. -## Step 2: Deploy -Click on **"Deploy"** +## Metadata -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Minio | +| Namespace | Cloud | +| Support Level | Stable | +| Provider | Apache Software Foundation | -## Step 3: Expose -Enable **"Expose"** +## Properties -Choose an **API Gateway** (Internal, Public, etc.) +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `bucketName` | string | ✓ | | The Minio Bucket name. | +| `accessKey` | string | ✓ | | The access key obtained from MinIO. | +| `secretKey` | string | ✓ | | The secret key obtained from MinIO. | +| `endpoint` | string | ✓ | | The MinIO Endpoint. You can specify an URL, domain name, IPv4 address, or IPv6 address. | +| `autoCreateBucket` | boolean | | `false` | Specify to automatically create the MinIO bucket. | +| `keyName` | string | | | The key name for saving an element in the bucket. | + +## Dependencies + +- `camel:core` +- `camel:minio` +- `camel:kamelet`