From 362db233aea66273f7770d89c3663c3940b2e9a7 Mon Sep 17 00:00:00 2001 From: overtrue Date: Sat, 5 Sep 2026 23:24:26 +0800 Subject: [PATCH] fix: initialize optional migration source fields --- rustfs/src/app/bucket_list_through.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rustfs/src/app/bucket_list_through.rs b/rustfs/src/app/bucket_list_through.rs index b8aa0d38e..a41b994f9 100644 --- a/rustfs/src/app/bucket_list_through.rs +++ b/rustfs/src/app/bucket_list_through.rs @@ -712,6 +712,8 @@ mod tests { session_token: None, }), tls: TlsConfig::default(), + azure: None, + gcs: None, }, filter: FilterConfig { prefix: filter_prefix.map(str::to_string),