tustvold commented on PR #607: URL: https://github.com/apache/arrow-rs-object-store/pull/607#issuecomment-3762078364
Thinking a bit more about this, isn't this ill-formed when it comes to authentication? Both S3 and Azure (sometimes) rely on request signing which encodes the request URL in the signature - doesn't a redirect break this? Should the redirect even carry the authentication header? Perhaps this instead this could be implemented as a custom [HttpClient](https://docs.rs/object_store/0.12.4/object_store/client/struct.HttpClient.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]
