Update StorageClass from Objectinfo (#6054)

See #6051
master
Nitish Tiwari 6 years ago committed by kannappanr
parent 2575f4198a
commit 186000328e
  1. 1
      cmd/gateway-common.go

@ -154,6 +154,7 @@ func FromMinioClientObjectInfo(bucket string, oi minio.ObjectInfo) ObjectInfo {
UserDefined: userDefined,
ContentType: oi.ContentType,
ContentEncoding: oi.Metadata.Get("Content-Encoding"),
StorageClass: oi.StorageClass,
}
}

Loading…
Cancel
Save