mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-17 10:17:55 +00:00
refactor: move HTTP range helper contracts (#3533)
This commit is contained in:
@@ -1124,7 +1124,7 @@ mod tests {
|
||||
&self,
|
||||
bucket: &str,
|
||||
object: &str,
|
||||
_range: Option<rustfs_ecstore::store_api::HTTPRangeSpec>,
|
||||
_range: Option<rustfs_storage_api::HTTPRangeSpec>,
|
||||
_h: http::HeaderMap,
|
||||
_opts: &ObjectOptions,
|
||||
) -> rustfs_ecstore::error::Result<GetObjectReader> {
|
||||
|
||||
Reference in New Issue
Block a user