serve s3: fix Last-Modified header format
This commit is contained in:
committed by
Nick Craig-Wood
parent
50aa677934
commit
0c0d64c316
@@ -18,7 +18,7 @@ import (
|
||||
|
||||
var (
|
||||
emptyPrefix = &gofakes3.Prefix{}
|
||||
timeFormat = "Mon, 2 Jan 2006 15:04:05.999999999 GMT"
|
||||
timeFormat = "Mon, 2 Jan 2006 15:04:05 GMT"
|
||||
)
|
||||
|
||||
// s3Backend implements the gofacess3.Backend interface to make an S3
|
||||
|
||||
Reference in New Issue
Block a user