anuragp89 opened a new issue, #1357:
URL: https://github.com/apache/camel-kafka-connector/issues/1357

   Hi Team,
   
   I have setup camel kafka s3 sink connector 1.0.0 build and it's working 
fine. But I am not able to find any configuration to define the names of the 
file to be uploaded to S3 bucket. Below is my connector configuration:
   
   apiVersion: kafka.strimzi.io/v1beta2
   kind: KafkaConnector
   metadata:
     name: camel-aws-s3-sink-connector
     labels:
       strimzi.io/cluster: my-connect-cluster
   spec:
     class: 
org.apache.camel.kafkaconnector.awss3sink.CamelAwss3sinkSinkConnector
     tasksMax: 1
     config:
       topics: iot    
       camel.kamelet.aws-s3-sink.accessKey: **********
       camel.kamelet.aws-s3-sink.bucketNameOrArn: camel-kafkaconnect-s3
       camel.kamelet.aws-s3-sink.region: us-west-2
       camel.kamelet.aws-s3-sink.secretKey: ***********
       key.converter: org.apache.kafka.connect.storage.StringConverter
       value.converter: org.apache.kafka.connect.storage.StringConverter
       errors.log.enable: true
       errors.log.include.messages: true
   
   
   I can see that in 0.11 camel-aws2-s3-kafka-connector build , there is a 
configuration called "camel.sink.endpoint.keyName" which can be used to define 
the custom names of the files being uploaded to S3.  Is the custom file name 
feature not available in 1.0 build or I am missing something. Please suggest.
   
   Thanks,
   Anurag


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to