[#223] Add store content language

Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
Roman Loginov 2023-10-16 18:32:08 +03:00 committed by Alexey Vanin
parent 01323ca8e0
commit 7e91f62c28
6 changed files with 48 additions and 0 deletions

View file

@ -114,6 +114,7 @@ var SystemMetadata = map[string]struct{}{
ContentType: {},
LastModified: {},
ETag: {},
ContentLanguage: {},
}
func IsSignedStreamingV4(r *http.Request) bool {