Change the default object content-type to binary/octet-stream (#11508)

This commit is contained in:
Anis Elleuch
2021-02-10 17:56:37 +01:00
committed by GitHub
parent b87fae0049
commit 682482459d
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ const (
// Include-list for compression.
DefaultExtensions = ".txt,.log,.csv,.json,.tar,.xml,.bin"
DefaultMimeTypes = "text/*,application/json,application/xml"
DefaultMimeTypes = "text/*,application/json,application/xml,binary/octet-stream"
)
// DefaultKVS - default KV config for compression settings