fix: ensure version_id is returned in S3 response headers (#1272)

Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
This commit is contained in:
loverustfs
2025-12-28 09:41:32 +08:00
committed by GitHub
parent 136db7e0c9
commit e3a0a07495
3 changed files with 410 additions and 3 deletions
+3
View File
@@ -18,6 +18,9 @@ mod reliant;
#[cfg(test)]
pub mod common;
#[cfg(test)]
mod version_id_regression_test;
// Data usage regression tests
#[cfg(test)]
mod data_usage_test;