refactor: move HTTP range helper contracts (#3533)

This commit is contained in:
安正超
2026-06-18 00:47:23 +08:00
committed by GitHub
parent cc84d9065e
commit 53337a6f71
27 changed files with 270 additions and 150 deletions
+1 -1
View File
@@ -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> {