todo:put_object_part

This commit is contained in:
weisd
2024-07-09 10:57:35 +08:00
parent 13b9c0ef34
commit 87930d0f7d
+8
View File
@@ -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>,