christianbudgetthuis commented on issue #529: URL: https://github.com/apache/arrow-rs-object-store/issues/529#issuecomment-3492051179
You are right, that is a possible workaround. However, it seems a little confusing to me that the from_env() function in the builder does automatically convert to lower-case, while the parse_url_opts() function does not. But if that remains the case, I would suggest the documentation (https://docs.rs/object_store/latest/object_store/fn.parse_url_opts.html) to mention that the input here is case-sensitive and needs to be lower-case. Especially, since the builder documentation (https://docs.rs/object_store/latest/object_store/azure/struct.MicrosoftAzureBuilder.html#method.from_env), does state them in upper-case, and one could assume that both functions work alike. -- 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]
