mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
rm log
This commit is contained in:
@@ -137,7 +137,7 @@ pub async fn reliable_rename(
|
|||||||
) -> io::Result<()> {
|
) -> io::Result<()> {
|
||||||
if let Some(parent) = dst_file_path.as_ref().parent() {
|
if let Some(parent) = dst_file_path.as_ref().parent() {
|
||||||
if !file_exists(parent) {
|
if !file_exists(parent) {
|
||||||
info!("reliable_rename reliable_mkdir_all parent: {:?}", parent);
|
// info!("reliable_rename reliable_mkdir_all parent: {:?}", parent);
|
||||||
reliable_mkdir_all(parent, base_dir.as_ref()).await?;
|
reliable_mkdir_all(parent, base_dir.as_ref()).await?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user