Browse Source

Support content-language header (#5648)

pull/5654/head
Harshavardhana 7 years ago
committed by Nitish Tiwari
parent
commit
5dc5e4928c
  1. 1
      cmd/handler-utils.go

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