test:get_object done

This commit is contained in:
weisd
2024-07-25 13:45:37 +08:00
parent 07c6905146
commit 7bae23ce85
3 changed files with 27 additions and 35 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ pub trait DiskAPI: Debug + Send + Sync + 'static {
&self,
src_volume: &str,
src_path: &str,
file_info: &FileInfo,
file_info: FileInfo,
dst_volume: &str,
dst_path: &str,
) -> Result<RenameDataResp>;