mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Support content-language header (#5648)
This commit is contained in:
parent
bbd7f8a4af
commit
5dc5e4928c
@ -57,6 +57,7 @@ func isValidLocation(location string) bool {
|
||||
var supportedHeaders = []string{
|
||||
"content-type",
|
||||
"cache-control",
|
||||
"content-language",
|
||||
"content-encoding",
|
||||
"content-disposition",
|
||||
amzStorageClass,
|
||||
|
Loading…
Reference in New Issue
Block a user