mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
todo:put_object_part
This commit is contained in:
@@ -202,6 +202,14 @@ fn get_multipart_sha_dir(bucket: &str, object: &str) -> String {
|
||||
hex(sha256(path.as_bytes()).as_ref())
|
||||
}
|
||||
|
||||
async fn check_upload_idexists() -> Result<()> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
async fn read_all_file_info() -> Result<()> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
// #[derive(Debug)]
|
||||
// pub struct Objects {
|
||||
// pub endpoints: Vec<Endpoint>,
|
||||
|
||||
Reference in New Issue
Block a user