mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 15:46:53 +00:00
fix add service_account
This commit is contained in:
@@ -2067,9 +2067,7 @@ pub async fn get_file_info(buf: &[u8], volume: &str, path: &str, version_id: &st
|
||||
});
|
||||
}
|
||||
|
||||
warn!("get_file_info vid {:?}", &vid);
|
||||
let fi = meta.into_fileinfo(volume, path, version_id, opts.data, true)?;
|
||||
warn!("get_file_info {:?}", &fi);
|
||||
Ok(fi)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user