Skip to content

Commit

Permalink
okay the other one for cred provider
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Dec 10, 2024
1 parent 85d3f07 commit 46e7a72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws-s3-transfer-manager/src/config/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 46e7a72

Please sign in to comment.