Compare commits
1 Commits
cd43d66265
...
7e3b748d30
| Author | SHA1 | Date | |
|---|---|---|---|
| 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);
|
||||
|
||||
Reference in New Issue
Block a user