diff --git a/cmd/web-handlers.go b/cmd/web-handlers.go index a86eddf75..939e6ba36 100644 --- a/cmd/web-handlers.go +++ b/cmd/web-handlers.go @@ -239,6 +239,7 @@ func (web *webAPIHandlers) ListObjects(r *http.Request, args *ListObjectsArgs, r Key: obj.Name, LastModified: obj.ModTime, Size: obj.Size, + ContentType: obj.ContentType, }) } for _, prefix := range lo.Prefixes {