Friede80 opened a new pull request, #480: URL: https://github.com/apache/arrow-rs-object-store/pull/480
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs-object-store/issues/283 # Rationale for this change I am using a self-hosted S3 store and want to be able to use the AssumeRoleWithWebIdentity auth flow. # What changes are included in this PR? The endpoint used for STS can now be sourced from the [AWS_ENDPOINT_URL_STS](https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html#:~:text=more%20path%20segments.-,AWS_ENDPOINT_URL_%3CSERVICE%3E,-%2D%20environment%20variable) env var instead of always being hardcoded to `https://sts.{region}.amazonaws.com`. # Are there any user-facing changes? - New ability to set STS endpoint -- 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]
