mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
handlers/generic: Remove support for 'x-minio-date' (#2064)
This commit is contained in:
parent
eb5f782c74
commit
e5dd917c37
@ -141,7 +141,6 @@ func parseAmzDate(amzDateStr string) (amzDate time.Time, apiErr APIErrorCode) {
|
||||
// Supported Amz date headers.
|
||||
var amzDateHeaders = []string{
|
||||
"x-amz-date",
|
||||
"x-minio-date",
|
||||
"date",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user