Content encoding (#1089)

Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
Jörg Thalheim
2025-12-10 08:21:51 +01:00
committed by GitHub
parent ac0c34e734
commit 2c86fe30ec
3 changed files with 91 additions and 0 deletions
+4
View File
@@ -25,3 +25,7 @@ mod kms;
// Special characters in path test modules
#[cfg(test)]
mod special_chars_test;
// Content-Encoding header preservation test
#[cfg(test)]
mod content_encoding_test;