fix: revert standalone #2351 artifacts (phase 5) (#2535)

This commit is contained in:
安正超
2026-04-14 22:35:05 +08:00
committed by GitHub
parent db8ef63674
commit 68d3dba9fc
20 changed files with 138 additions and 1681 deletions
+2 -2
View File
@@ -381,7 +381,7 @@ where
let hash_reader = HashReader::from_stream(buf_reader, content_length, content_length, None, None, false)
.map_err(|e| sanitize_storage_error("Hash reader creation", e))?;
// 15. Hand the hash reader to the chunk-native PUT data wrapper
// 15. Wrap in PutObjReader as expected by storage layer
let mut put_reader = PutObjReader::new(hash_reader);
// 16. Upload object to storage
@@ -464,7 +464,7 @@ where
let hash_reader = HashReader::from_stream(buf_reader, content_length, content_length, None, None, false)
.map_err(|e| sanitize_storage_error("Hash reader creation", e))?;
// Hand the hash reader to the chunk-native PUT data wrapper
// Wrap in PutObjReader
let mut put_reader = PutObjReader::new(hash_reader);
// Upload object to storage