fix bugs
This commit is contained in:
parent
cd43d66265
commit
7e3b748d30
@ -54,7 +54,6 @@ export const sendObject = async ({ res, objectName, client, isDownload = false }
|
||||
etag,
|
||||
'last-modified': lastModified,
|
||||
'Content-Disposition': contentDisposition,
|
||||
'file-name': filename,
|
||||
...filteredMetaData,
|
||||
});
|
||||
const objectStream = await client.getObject(objectName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user