fix: multipart upload checksum validation (#712)

* fix multipart upload checksum
This commit is contained in:
weisd
2025-10-24 18:23:32 +08:00
committed by GitHub
parent c5264f9703
commit 6a59c0a474
5 changed files with 190 additions and 70 deletions
+1 -1
View File
@@ -1382,7 +1382,7 @@ impl From<FileInfo> for FileMetaVersion {
FileMetaVersion {
version_type: VersionType::Object,
delete_marker: None,
object: Some(value.into()),
object: Some(MetaObject::from(value)),
write_version: 0,
}
}