mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-26 05:56:50 +00:00
fix: multipart upload checksum validation (#712)
* fix multipart upload checksum
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user