kylebarron commented on issue #341: URL: https://github.com/apache/arrow-rs-object-store/issues/341#issuecomment-2872593560
Instead of putting the option on the _specific list call_, I think you'd want to define it as an option on the [`MicrosoftAzureBuilder`](https://docs.rs/object_store/latest/object_store/azure/struct.MicrosoftAzureBuilder.html) struct directly. So you'd have a `MicrosoftAzureBuilder::with_ignore_empty_path` config, which then would get passed down to the `AzureClient`. You can look at my recent PR (https://github.com/apache/arrow-rs-object-store/pull/322) which similarly added a new option to the google cloud storage builder. In your case you won't be touching the auth but that PR covers adding a new config setting. -- 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]
