samudurand opened a new issue #1335: URL: https://github.com/apache/camel-kafka-connector/issues/1335
From the docs as well as the code of the Camel SNS AWS V2 provider I only see an Access Key and Access Secret settings. Is there any way to make the connector use the default AWS Credentials provider, so that it works on a standard EC2 instance ? When I do not provide the accessKey/accessSecret, then the connector fails with the error: ``` AmazonSNSClient or accessKey and secretKey must be specified ``` Does that mean it is possible to specify the client and make it use the default AWS Credentials provider? If yes, then how can I do so? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
