swaminathanmanish commented on issue #11761:
URL: https://github.com/apache/pinot/issues/11761#issuecomment-1756074153
> What do you think about downgrading the AWS-SDK version? (only in the
environment with the problem, not in the official release of course)
Just to understand the scope of impact - Looks like this impacts only
**DefaultCredentialsProvider** and not when you provide the credentials (from
**S3PinotFS**)
` try {
if (StringUtils.isNotEmpty(s3Config.getAccessKey()) &&
StringUtils.isNotEmpty(s3Config.getSecretKey())) {
AwsBasicCredentials awsBasicCredentials =
AwsBasicCredentials.create(s3Config.getAccessKey(),
s3Config.getSecretKey());
awsCredentialsProvider =
StaticCredentialsProvider.create(awsBasicCredentials);
} else {
**awsCredentialsProvider = DefaultCredentialsProvider.create();**
}`
--
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]