mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +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())
|
hex(sha256(path.as_bytes()).as_ref())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async fn check_upload_idexists() -> Result<()> {
|
||||||
|
unimplemented!()
|
||||||
|
}
|
||||||
|
|
||||||
|
async fn read_all_file_info() -> Result<()> {
|
||||||
|
unimplemented!()
|
||||||
|
}
|
||||||
|
|
||||||
// #[derive(Debug)]
|
// #[derive(Debug)]
|
||||||
// pub struct Objects {
|
// pub struct Objects {
|
||||||
// pub endpoints: Vec<Endpoint>,
|
// pub endpoints: Vec<Endpoint>,
|
||||||
|
|||||||
Reference in New Issue
Block a user