This is an automated email from the ASF dual-hosted git repository.

mneumann pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new 7242bd1  Clarify behavior of parse_url_opts (#613)
7242bd1 is described below

commit 7242bd1c8b89dd15880c3088d86ac2ba12af3421
Author: Adam Gutglick <[email protected]>
AuthorDate: Tue Feb 10 10:03:32 2026 +0000

    Clarify behavior of parse_url_opts (#613)
    
    Signed-off-by: Adam Gutglick <[email protected]>
---
 src/parse.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/parse.rs b/src/parse.rs
index 7ac3110..371d7ad 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -178,7 +178,8 @@ pub fn parse_url(url: &Url) -> Result<(Box<dyn 
ObjectStore>, Path), super::Error
 ///   Note different object stores accept different configuration options, so
 ///   the options that are read depends on the `url` value. One common pattern
 ///   is to pass configuration information via process variables using
-///   [`std::env::vars`].
+///   [`std::env::vars`]. Keys must be lower-case and match the list of 
supported
+///   keys to apply successfully.
 ///
 /// Returns
 /// - An [`ObjectStore`] of the corresponding type

Reply via email to