Minio Sink
Upload data to MinIO.
In the header, you can set the file / ce-file property to specify the filename to upload.
If you do not set the property in the header, the Kamelet uses the exchange ID for the filename.
Metadata
| Property |
Value |
| Type |
sink |
| Group |
Minio |
| Namespace |
Cloud |
| Support Level |
Stable |
| Provider |
Apache Software Foundation |
Properties
| 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