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