Testing for UploadPartCopies and bugfixes in AWS signatures

This commit is contained in:
Alex Auvolat
2022-01-12 10:17:15 +01:00
parent 6617a72220
commit 1ee8f596ee
3 changed files with 74 additions and 18 deletions
+1
View File
@@ -537,6 +537,7 @@ impl CopyPreconditionHeaders {
}
(None, None, Some(inm), None) => !inm.iter().any(|x| x == etag || x == "*"),
(None, None, None, Some(ims)) => v_date > *ims,
(None, None, None, None) => true,
_ => {
return Err(Error::BadRequest(
"Invalid combination of x-amz-copy-source-if-xxxxx headers".into(),