From 5dc5e4928c73cb903102dde6f8c5a47cd493e181 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 14 Mar 2018 02:57:32 -0700 Subject: [PATCH] Support content-language header (#5648) --- cmd/handler-utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/handler-utils.go b/cmd/handler-utils.go index 24b4ca591..b93e2fec9 100644 --- a/cmd/handler-utils.go +++ b/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,