update format

This commit is contained in:
anatoly@nspcc.ru 2020-06-10 20:30:43 +03:00
parent f9e1e50da1
commit 0e1fea52c6

View file

@ -142,8 +142,7 @@ func receiveObject(c *fasthttp.RequestCtx, cli object.Service_GetClient) error {
if hdr.Key == object.FilenameHeader { if hdr.Key == object.FilenameHeader {
if put { if put {
content_disp_type = "attachment" content_disp_type = "attachment"
} } else {
else {
content_disp_type = "inline" content_disp_type = "inline"
} }
// NOTE: we use path.Base because hdr.Value can be something like `/path/to/filename.ext` // NOTE: we use path.Base because hdr.Value can be something like `/path/to/filename.ext`