Support content-language header (#5648)

This commit is contained in:
Harshavardhana
2018-03-14 02:57:32 -07:00
committed by Nitish Tiwari
parent bbd7f8a4af
commit 5dc5e4928c

View File

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