mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-17 18:27:49 +00:00
Merge pull request #389 from rustfs/feat/zip
feat: auto-extract support
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user