cryptoe commented on code in PR #11798:
URL: https://github.com/apache/druid/pull/11798#discussion_r920723276
##########
cloud/aws-common/src/main/java/org/apache/druid/common/aws/AWSProxyConfig.java:
##########
@@ -54,4 +54,15 @@ public String getPassword()
{
return password;
}
+
+ @Override
+ public String toString()
+ {
+ return "AWSProxyConfig{" +
+ "host='" + host + '\'' +
+ ", port=" + port +
+ ", username='" + username + '\'' +
+ ", password='" + password + '\'' +
Review Comment:
Minor nit: Should we toString the password here.
--
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]