Friede80 commented on code in PR #480:
URL:
https://github.com/apache/arrow-rs-object-store/pull/480#discussion_r2325229464
##########
src/aws/builder.rs:
##########
@@ -965,7 +965,8 @@ impl AmazonS3Builder {
let session_name = std::env::var("AWS_ROLE_SESSION_NAME")
.unwrap_or_else(|_| "WebIdentitySession".to_string());
- let endpoint = format!("https://sts.{region}.amazonaws.com");
+ let endpoint = std::env::var("AWS_ENDPOINT_URL_STS")
Review Comment:
Yea I was being lazy. The entire AssumeRoleWithWebIdentity auth flow was
undocumented. I've gone ahead and integrated them with the rest of the env var
processing
--
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]