mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
serve s3: fix Last-Modified header format
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user