mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
remove "expires" header from presign v2 as metadata (#13718)
fixes #13704
This commit is contained in:
parent
d0515031c7
commit
26c457860b
@ -181,6 +181,8 @@ func doesPresignV2SignatureMatch(r *http.Request) APIErrorCode {
|
|||||||
return ErrSignatureDoesNotMatch
|
return ErrSignatureDoesNotMatch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
r.Form.Del(xhttp.Expires)
|
||||||
|
|
||||||
return ErrNone
|
return ErrNone
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user