mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-20 03:22:18 +00:00
feat: optimize small GET read paths (#4022)
This commit is contained in:
@@ -1536,6 +1536,7 @@ mod tests {
|
||||
_guard: guard,
|
||||
}),
|
||||
object_info: self.object_info(bucket, object),
|
||||
buffered_body: None,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user