filer: set mime type from volume server

This commit is contained in:
Chris Lu
2020-03-07 07:25:15 -08:00
parent 1ae83c2938
commit 0375ce2c2e
3 changed files with 7 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ type UploadResult struct {
Error string `json:"error,omitempty"`
ETag string `json:"eTag,omitempty"`
CipherKey []byte `json:"cipherKey,omitempty"`
Mime string `json:"mime,omitempty"`
}
var (