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,