AdamGS commented on code in PR #608:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/608#discussion_r2695452692


##########
src/client/mod.rs:
##########
@@ -762,8 +762,19 @@ impl ClientOptions {
             builder = builder.proxy(proxy);
         }
 
-        for certificate in &self.root_certificates {
-            builder = builder.add_root_certificate(certificate.0.clone());
+        builder = builder.tls_certs_merge(
+            self.root_certificates

Review Comment:
   I moved away from `add_root_certificate` because it now has a note that 
saying its deprecated



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