blob: ec8b47faf5214760d89d9062fd02aa9c55e7f484 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awss3sink.CamelAwss3sinkSinkConnector",
"artifactId": "camel-aws-s3-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-s3-sink-sink",
"type": "sink",
"version": "3.19.0-SNAPSHOT",
"description": "Upload data to an Amazon S3 Bucket.\n\nThe basic authentication method for the S3 service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.\n\nIf you use the default credentials provider, the S3 client loads the credentials through this provider and doesn't use the basic authentication method.\n\nIn the header, you can optionally set the `file` \/ `ce-partition` property to specify the name of the file to upload.\n\nIf you do not set the property in the header, the Kamelet uses the exchange ID for the file name."
},
"properties": {
"camel.kamelet.aws-s3-sink.bucketNameOrArn": {
"name": "camel.kamelet.aws-s3-sink.bucketNameOrArn",
"description": "The S3 Bucket name or Amazon Resource Name (ARN).",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-s3-sink.accessKey": {
"name": "camel.kamelet.aws-s3-sink.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-sink.secretKey": {
"name": "camel.kamelet.aws-s3-sink.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-sink.region": {
"name": "camel.kamelet.aws-s3-sink.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-s3-sink.autoCreateBucket": {
"name": "camel.kamelet.aws-s3-sink.autoCreateBucket",
"description": "Specifies to automatically create the S3 bucket.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-sink.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-s3-sink.useDefaultCredentialsProvider",
"description": "If true, the S3 client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-sink.uriEndpointOverride": {
"name": "camel.kamelet.aws-s3-sink.uriEndpointOverride",
"description": "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-sink.overrideEndpoint": {
"name": "camel.kamelet.aws-s3-sink.overrideEndpoint",
"description": "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-sink.keyName": {
"name": "camel.kamelet.aws-s3-sink.keyName",
"description": "The key name for saving an element in the bucket.",
"priority": "MEDIUM",
"required": "false"
}
}
}