orpiske opened a new issue #260: URL: https://github.com/apache/camel-kafka-connector/issues/260
The bucket name does not seem to be resolved when using only the URL to set the source. Here's a snippet from a configuration file: ``` camel.source.url=aws-s3://ckc-s3?configuration=#class:org.apache.camel.kafkaconnector.source .aws.s3.TestS3Configuration&accessKey=accesskey&secretKey=secretkey&protocol=http®ion=US_EAST_1 tasks.max=1 topics=org.apache.camel.kafkaconnector.source.aws.s3.CamelSourceAWSS3ITCase ``` Then, during startup: ``` INFO org.apache.camel.kafkaconnector.awss3.CamelAwss3SourceConnectorConfig - CamelAwss3SourceConnectorConfig values: ... camel.source.path.bucketNameOrArn = null ``` To reproduce the problem run: `mvn -DskipIntegrationTests=false -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true -Dit.test=CamelSourceAWSS3ITCase\#testBasicSendReceiveUsingUrl clean test` ---------------------------------------------------------------- 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