Cleanup and update the PR with the master branch.

This commit is contained in:
Remco Verhoef
2017-05-17 14:59:20 +02:00
committed by Harshavardhana
parent a76556ec1b
commit 0dab038858
7 changed files with 13 additions and 1086 deletions
+1 -1
View File
@@ -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