mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -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.
|
// Supported Amz date headers.
|
||||||
var amzDateHeaders = []string{
|
var amzDateHeaders = []string{
|
||||||
"x-amz-date",
|
"x-amz-date",
|
||||||
"x-minio-date",
|
|
||||||
"date",
|
"date",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user