Merge pull request #389 from rustfs/feat/zip

feat: auto-extract support
This commit is contained in:
loverustfs
2025-05-09 16:19:21 +08:00
committed by GitHub
8 changed files with 368 additions and 34 deletions
-1
View File
@@ -9,7 +9,6 @@ use crate::{
};
use common::error::{Error, Result};
use tokio::fs;
use tracing::info;
use super::error::{os_err_to_file_err, os_is_exist, DiskError};