diff --git a/object-handlers.go b/object-handlers.go index 7bbf562c4..a84e3d87d 100644 --- a/object-handlers.go +++ b/object-handlers.go @@ -36,6 +36,8 @@ var supportedGetReqParams = map[string]string{ "response-expires": "Expires", "response-content-type": "Content-Type", "response-cache-control": "Cache-Control", + "response-content-encoding": "Content-Encoding", + "response-content-language": "Content-Language", "response-content-disposition": "Content-Disposition", }