mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
api: Response timeFormat do not need to have nano-second precision.
Fixes an error reported by s3verify.
This commit is contained in:
parent
ba2ba328da
commit
9998e9ea19
@ -24,7 +24,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
timeFormatAMZ = "2006-01-02T15:04:05.000Z" // Reply date format
|
||||
timeFormatAMZ = "2006-01-02T15:04:05Z" // Reply date format
|
||||
maxObjectList = 1000 // Limit number of objects in a listObjectsResponse.
|
||||
maxUploadsList = 1000 // Limit number of uploads in a listUploadsResponse.
|
||||
maxPartsList = 1000 // Limit number of parts in a listPartsResponse.
|
||||
|
Loading…
Reference in New Issue
Block a user