[sse-c] Remove special case for Content-Type header

This commit is contained in:
Alex Auvolat
2024-03-06 19:23:36 +01:00
parent e3333f2ac5
commit 3fcb54e3cf
7 changed files with 53 additions and 46 deletions
+1 -4
View File
@@ -945,10 +945,7 @@ mod tests {
state: ObjectVersionState::Uploading {
multipart: true,
encryption: ObjectVersionEncryption::Plaintext {
headers: ObjectVersionHeaders {
content_type: "text/plain".to_string(),
other: BTreeMap::<String, String>::new(),
},
headers: ObjectVersionHeaders(vec![]),
},
},
}