From 46e7a72f42066a99f9386f2f9a9d75a8e683a8f5 Mon Sep 17 00:00:00 2001 From: Dengke Date: Tue, 10 Dec 2024 13:12:15 -0800 Subject: [PATCH] okay the other one for cred provider --- aws-s3-transfer-manager/src/config/loader.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aws-s3-transfer-manager/src/config/loader.rs b/aws-s3-transfer-manager/src/config/loader.rs index 1385c49..c3d8ed5 100644 --- a/aws-s3-transfer-manager/src/config/loader.rs +++ b/aws-s3-transfer-manager/src/config/loader.rs @@ -163,8 +163,9 @@ mod tests { .client() .config() .to_builder() - .region(Region::from_static("us-west-2")) .http_client(http_client) + .region(Region::from_static("us-west-2")) + .with_test_defaults() .build(); let capture_request_config = crate::Config::builder()