roeap commented on code in PR #3436:
URL: https://github.com/apache/arrow-rs/pull/3436#discussion_r1061345675


##########
object_store/src/aws/mod.rs:
##########
@@ -472,6 +614,49 @@ impl AmazonS3Builder {
         self
     }
 
+    /// Set an option on the builder via a key - value pair.
+    pub fn with_option(
+        mut self,
+        key: impl Into<String>,

Review Comment:
   We now have some conversions implemented for the config key enums, so you 
should be able to pass in the variants directly, or constuct a map with the 
variants as keys. Is that what you are looking for here?



-- 
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]

Reply via email to