fix content-type

This commit is contained in:
weisd
2024-11-08 17:46:19 +08:00
parent 2e9ea680c1
commit 49160f03c0
4 changed files with 122 additions and 18 deletions
+2 -1
View File
@@ -1 +1,2 @@
pub(crate) const AMZ_OBJECT_TAGGING: &str = "X-Amz-Tagging";
pub const AMZ_OBJECT_TAGGING: &str = "X-Amz-Tagging";
pub const AMZ_STORAGE_CLASS: &str = "x-amz-storage-class";