ws-s3-get-object-connector.1.2.9.source-code.camel-connector.json Maven / Gradle / Ivy
The newest version!
{
"baseScheme" : "aws-s3",
"baseGroupId" : "org.apache.camel",
"baseArtifactId" : "camel-aws",
"baseVersion" : "2.20.1",
"baseJavaType" : "org.apache.camel.component.aws.s3.S3Component",
"name" : "S3GetObject",
"scheme" : "aws-s3-get-object-connector",
"javaType" : "io.syndesis.s3.get.S3GetObjectConnectorComponent",
"groupId" : "io.syndesis",
"artifactId" : "aws-s3-get-object-connector",
"version" : "1.2.9",
"description" : "Get specific Object with S3",
"labels" : [ "AWS" ],
"pattern" : "From",
"inputDataType" : "none",
"outputDataType" : "java:com.amazonaws.services.s3.model.S3Object",
"componentOptions" : [ ],
"endpointOptions" : [ "bucketNameOrArn", "accessKey", "secretKey", "deleteAfterRead", "region", "fileName" ],
"endpointValues" : {
"deleteAfterRead" : false
}
}