blob: 475b515fb68173df38bb8648031702614a1ee75f [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awss3source.CamelAwss3sourceSourceConnector",
"artifactId": "camel-aws-s3-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-s3-source-source",
"type": "source",
"version": "1.1.0-SNAPSHOT",
"description": "Receive data from AWS S3."
},
"properties": {
"camel.kamelet.aws-s3-source.bucketNameOrArn": {
"name": "camel.kamelet.aws-s3-source.bucketNameOrArn",
"description": "The S3 Bucket name or ARN",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-s3-source.deleteAfterRead": {
"name": "camel.kamelet.aws-s3-source.deleteAfterRead",
"description": "Delete objects after consuming them",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-source.accessKey": {
"name": "camel.kamelet.aws-s3-source.accessKey",
"description": "The access key obtained from AWS",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-s3-source.secretKey": {
"name": "camel.kamelet.aws-s3-source.secretKey",
"description": "The secret key obtained from AWS",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-s3-source.region": {
"name": "camel.kamelet.aws-s3-source.region",
"description": "The AWS region to connect to Example: eu-west-1",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-s3-source.autoCreateBucket": {
"name": "camel.kamelet.aws-s3-source.autoCreateBucket",
"description": "Setting the autocreation of the S3 bucket bucketName.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-source.includeBody": {
"name": "camel.kamelet.aws-s3-source.includeBody",
"description": "If it is true, the exchange will be consumed and put into the body and closed. If false the S3Object stream will be put raw into the body and the headers will be set with the S3 object metadata.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-source.prefix": {
"name": "camel.kamelet.aws-s3-source.prefix",
"description": "The AWS S3 bucket prefix to consider while searching Example: folder\/",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-s3-source.ignoreBody": {
"name": "camel.kamelet.aws-s3-source.ignoreBody",
"description": "If it is true, the S3 Object Body will be ignored completely, if it is set to false the S3 Object will be put in the body. Setting this to true, will override any behavior defined by includeBody option.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}