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,
|
etag,
|
||||||
'last-modified': lastModified,
|
'last-modified': lastModified,
|
||||||
'Content-Disposition': contentDisposition,
|
'Content-Disposition': contentDisposition,
|
||||||
'file-name': filename,
|
|
||||||
...filteredMetaData,
|
...filteredMetaData,
|
||||||
});
|
});
|
||||||
const objectStream = await client.getObject(objectName);
|
const objectStream = await client.getObject(objectName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user