andrebsguedes commented on issue #5475: URL: https://github.com/apache/arrow-rs/issues/5475#issuecomment-1980955843
@aersam The current version of `object_store` respects other kind of credentials that were being ignored before. So if your test code is passing a dummy SAS token or bearer token it will fail to authenticate. I saw [this kind of pattern](https://github.com/delta-io/delta-rs/blob/d8366cfdc9eda68aa7ef1cd4ef5ff5c6ea55d5de/crates/azure/tests/context.rs#L84) on your repo, could that be an example of 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
