saranyaeu2987 edited a comment on issue #282: URL: https://github.com/apache/camel-kafka-connector/issues/282#issuecomment-646290314
@oscerd 1. I got all jars from https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.2.0/camel-aws2-s3-kafka-connector-0.2.0-package.zip If its incorrect can you please give me maven repo link aws2-s3? > The scheme for aws2-s3 is aws2-s3, so it is camel.component.aws2-s3... There are few camel.component folders in https://repo1.maven.org/maven2/org/apache/camel/ and have hard time in all finding dependent jars 2. Is there a list of dependent jars thats need to be in **/opt/kafka/plugins/camel-aws-s3/** in docker container 3. Below is connector yaml file ``` apiVersion: kafka.strimzi.io/v1alpha1 kind: KafkaConnector metadata: name: s3-s23456789-connector labels: strimzi.io/cluster: emd-kafka-cluster spec: class: org.apache.camel.kafkaconnector.CamelSinkConnector tasksMax: 1 config: key.converter: org.apache.kafka.connect.storage.StringConverter value.converter: org.apache.kafka.connect.storage.StringConverter topics: HEB.DB.EMD.RETL_UNLD.0 camel.sink.url: aws-s3://testse1232?keyName=s3-connect/${date:now:yyyyMMdd}/${date:now:yyyyMMdd-HHmmssSSS} camel.sink.maxPollDuration: 1000 camel.sink.maxBatchPollSize: 10 ==>camel.component.aws-s3.configuration.autocloseBody: false. <-- Is this the right property name because of this error Error configuring property: camel.component.aws-s3.configuration.autocloseBody because cannot find component with name aws-s3. I get this error only in aws2-s3 ?? camel.component.aws-s3.autoclose-body camel.component.aws-s3.useIAMCredentials: true ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org