blob: 11330b135c8d050b78dd632c16e0dcaaaf89a58d [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.miniosink.CamelMiniosinkSinkConnector",
"artifactId": "camel-minio-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-minio-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"description": "Upload data to MinIO.\n\nIn the header, you can set the `file` \/ `ce-file` property to specify the filename to upload.\n\nIf you do not set the property in the header, the Kamelet uses the exchange ID for the filename."
},
"properties": {
"camel.kamelet.minio-sink.bucketName": {
"name": "camel.kamelet.minio-sink.bucketName",
"description": "The Minio Bucket name.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.minio-sink.accessKey": {
"name": "camel.kamelet.minio-sink.accessKey",
"description": "The access key obtained from MinIO.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.minio-sink.secretKey": {
"name": "camel.kamelet.minio-sink.secretKey",
"description": "The secret key obtained from MinIO.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.minio-sink.endpoint": {
"name": "camel.kamelet.minio-sink.endpoint",
"description": "The MinIO Endpoint. You can specify an URL, domain name, IPv4 address, or IPv6 address. Example: http:\/\/localhost:9000",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.minio-sink.autoCreateBucket": {
"name": "camel.kamelet.minio-sink.autoCreateBucket",
"description": "Specify to automatically create the MinIO bucket.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}