Support content-language header (#5648)

master
Harshavardhana 6 years ago committed by Nitish Tiwari
parent bbd7f8a4af
commit 5dc5e4928c
  1. 1
      cmd/handler-utils.go

@ -57,6 +57,7 @@ func isValidLocation(location string) bool {
var supportedHeaders = []string{
"content-type",
"cache-control",
"content-language",
"content-encoding",
"content-disposition",
amzStorageClass,

Loading…
Cancel
Save