blob: 35ccd925a83a8d95e5a209cd1835c6f490896534 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.googlestoragesink.CamelGooglestoragesinkSinkConnector",
"artifactId": "camel-google-storage-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-google-storage-sink-sink",
"type": "sink",
"version": "3.19.0-SNAPSHOT",
"description": "Upload objects to Google Cloud Storage.\n\nYou must encode the `serviceAccountKey` property before you pass it as a parameter.\n \nIn the header, you can set the `file` \/ `ce-file` property to specify the filename to upload. If you do set property in the header, the Kamelet uses the exchange ID as filename."
},
"properties": {
"camel.kamelet.google-storage-sink.bucketNameOrArn": {
"name": "camel.kamelet.google-storage-sink.bucketNameOrArn",
"description": "The Google Cloud Storage bucket name or Bucket Amazon Resource Name (ARN).",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-storage-sink.serviceAccountKey": {
"name": "camel.kamelet.google-storage-sink.serviceAccountKey",
"description": "The service account key to use as credentials for Google Cloud Storage access. You must encode this value in base64.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-storage-sink.autoCreateBucket": {
"name": "camel.kamelet.google-storage-sink.autoCreateBucket",
"description": "Specifies to automatically create the Google Cloud Storage bucket.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}