Update wiki Home page for minio-sink

gitea_admin 2026-03-11 14:38:48 +00:00
parent c8b615682d
commit cbce18cbd4

41
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 In the header, you can set the `file` / `ce-file` property to specify the filename to upload.
From the project space, click on **"Create a release"**
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 ## Metadata
Click on **"Deploy"**
- **Version:** Select the desired release | Property | Value |
- **Environment:** Choose `Development`, `Staging`, or `Production` |----------|-------|
- **Configuration:** Select the configuration source | Type | sink |
- **Resources:** Set CPU and Memory | Group | Minio |
| Namespace | Cloud |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 3: Expose ## Properties
Enable **"Expose"**
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`