jtuglu1 commented on code in PR #19558:
URL: https://github.com/apache/druid/pull/19558#discussion_r3365676213


##########
cloud/aws-common/src/main/java/org/apache/druid/common/aws/AWSClientUtil.java:
##########
@@ -62,6 +62,12 @@ public class AWSClientUtil
       "Throttling"
   );
 
+  private static final String UNABLE_TO_LOAD_CREDENTIALS_FROM_PROVIDER_CHAIN =
+      "Unable to load credentials from any of the providers in the chain";
+  private static final String FAILED_TO_LOAD_CREDENTIALS_FROM_IMDS = "Failed 
to load credentials from IMDS";
+  private static final String CANNOT_REFRESH_AWS_CREDENTIALS = "cannot refresh 
AWS credentials";

Review Comment:
   Possibly, I think it's fine to keep though; would rather retry on a false 
positive than risk killing a task in-case it surfaces somehow.



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

Reply via email to