mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 00:17:11 +00:00
fix(ecstore): publish multipart parts on Windows (#5937)
* fix(ecstore): publish multipart parts on Windows * test(ecstore): pin Windows multipart durability --------- Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -497,7 +497,7 @@ pub(crate) mod file_sync_probe {
|
||||
}
|
||||
}
|
||||
|
||||
fn sync_file(path: &Path) -> io::Result<()> {
|
||||
pub(crate) fn sync_file(path: &Path) -> io::Result<()> {
|
||||
#[cfg(test)]
|
||||
let _probe = file_sync_probe::enter(path);
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user