mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
gateway-gcs: double quotes should be striped from ETag (#4590)
This commit is contained in:
parent
a3b085300d
commit
ff036c171f
@ -311,7 +311,7 @@ func fromMinioClientObjectInfo(bucket string, oi minio.ObjectInfo) ObjectInfo {
|
||||
Name: oi.Key,
|
||||
ModTime: oi.LastModified,
|
||||
Size: oi.Size,
|
||||
ETag: oi.ETag,
|
||||
ETag: canonicalizeETag(oi.ETag),
|
||||
UserDefined: userDefined,
|
||||
ContentType: oi.ContentType,
|
||||
ContentEncoding: oi.Metadata.Get("Content-Encoding"),
|
||||
|
Loading…
Reference in New Issue
Block a user