Files
rustfs/ecstore/src/xhttp.rs
2024-11-09 20:44:16 +08:00

4 lines
190 B
Rust

pub const AMZ_OBJECT_TAGGING: &str = "X-Amz-Tagging";
pub const AMZ_STORAGE_CLASS: &str = "x-amz-storage-class";
pub const AMZ_DECODED_CONTENT_LENGTH: &str = "X-Amz-Decoded-Content-Length";