Skip to content

Commit 476c0fc

Browse files
authored
s3: fix missing mwl field
1 parent 7b32335 commit 476c0fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/backend/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ where
8787
qido: None,
8888
wado: Some(Box::new(S3WadoService::new(&config))),
8989
stow: None,
90+
mwl: None,
9091
}
9192
}
9293
};

0 commit comments

Comments
 (0)