Skip to content

Commit a40f744

Browse files
overtrueCopilot
andauthored
Update crates/s3/src/client.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: 安正超 <anzhengchao@gmail.com>
1 parent 7442b50 commit a40f744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/s3/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use rc_core::{
1919
};
2020

2121
/// Custom HTTP connector using reqwest, supporting insecure TLS (skip cert verification)
22-
/// and custom CA bundles. Used when `alias.insecure = true`.
22+
/// and custom CA bundles. Used when `alias.insecure = true` or `alias.ca_bundle.is_some()`.
2323
#[derive(Debug, Clone)]
2424
struct ReqwestConnector {
2525
client: reqwest::Client,

0 commit comments

Comments
 (0)