mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 06:56:18 +03:00
Cleanup and update the PR with the master branch.
This commit is contained in:
committed by
Harshavardhana
parent
a76556ec1b
commit
0dab038858
@@ -94,7 +94,7 @@ func (l *gcsGateway) AnonGetObjectInfo(bucket string, object string) (objInfo Ob
|
||||
objInfo.UserDefined["Content-Encoding"] = resp.Header.Get("Content-Encoding")
|
||||
}
|
||||
objInfo.UserDefined["Content-Type"] = resp.Header.Get("Content-Type")
|
||||
objInfo.MD5Sum = resp.Header.Get("Etag")
|
||||
objInfo.ETag = resp.Header.Get("Etag")
|
||||
objInfo.ModTime = t
|
||||
objInfo.Name = object
|
||||
objInfo.Size = contentLength
|
||||
|
||||
Reference in New Issue
Block a user