tustvold commented on code in PR #6074:
URL: https://github.com/apache/arrow-rs/pull/6074#discussion_r1680973727
##########
object_store/src/aws/credential.rs:
##########
@@ -610,6 +610,7 @@ async fn web_identity(
])
.retryable(retry_config)
.idempotent(true)
+ .sensitive(true)
Review Comment:
No neither are credentials and are designed to be exposed to end-users -
https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
--
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]