philjb commented on code in PR #436:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/436#discussion_r2345549714


##########
src/aws/builder.rs:
##########
@@ -943,7 +943,7 @@ impl AmazonS3Builder {
         } else if self.access_key_id.is_some() || 
self.secret_access_key.is_some() {
             match (self.access_key_id, self.secret_access_key, self.token) {
                 (Some(key_id), Some(secret_key), token) => {
-                    info!("Using Static credential provider");
+                    debug!("Using Static credential provider");

Review Comment:
   i agree with this. 



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to