didip edited a comment on issue #11303: URL: https://github.com/apache/druid/issues/11303#issuecomment-1055037028
It seems like `AWSCredentialsUtils.defaultAWSCredentialsProviderChain` is not even used in `S3InputSource.java` and `S3StorageDruidModule.java` Also, it looks like talking to Kinesis would work because `AWSCredentialsUtils.defaultAWSCredentialsProviderChain` is used in `KinesisRecordSupplier.java` The seemingly useful `AWSModule.java: AWSModule().getAWSCredentialsProvider(config)` is only used in one file, and that's a test file: `TestAWSCredentialsProvider.java` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
