mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 10:43:15 +00:00
feat: optimize small GET read paths (#4022)
This commit is contained in:
@@ -1149,6 +1149,7 @@ mod tests {
|
||||
let rd = GetObjectReader {
|
||||
stream: Box::new(Cursor::new(raw_payload.clone())),
|
||||
object_info: object_info.clone(),
|
||||
buffered_body: None,
|
||||
};
|
||||
|
||||
let mut data = data_movement_put_object_reader("bucket-a", &object_info, rd, "test_migration")
|
||||
|
||||
Reference in New Issue
Block a user