generated from camel.apache.org/kamelet
Update wiki Home page for minio-sink
parent
c8b615682d
commit
cbce18cbd4
41
Home.md
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
|
||||
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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user