mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
Return back entity too large for createObject requests bigger than cache size
This commit is contained in:
@@ -18,6 +18,7 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
"os"
|
||||
"os/user"
|
||||
"runtime"
|
||||
@@ -116,7 +117,7 @@ func getBuildDate() string {
|
||||
if t.IsZero() {
|
||||
return ""
|
||||
}
|
||||
return t.Format(time.RFC1123)
|
||||
return t.Format(http.TimeFormat)
|
||||
}
|
||||
|
||||
// Tries to get os/arch/platform specific information
|
||||
|
||||
Reference in New Issue
Block a user