handlers: GetObject and HeadObject support more responses. (#2403)

- response-content-encoding.
- response-content-language.

Fixes #2393
master
Harshavardhana 8 years ago committed by GitHub
parent 8274ac2e5a
commit 97c1289659
  1. 2
      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",
}

Loading…
Cancel
Save