From 7e3b748d30a2be454edee8aebefb07b28901ec3a Mon Sep 17 00:00:00 2001 From: xion Date: Thu, 19 Jun 2025 00:19:01 +0800 Subject: [PATCH] fix bugs --- src/util/download.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/download.ts b/src/util/download.ts index 174973c..493779f 100644 --- a/src/util/download.ts +++ b/src/util/download.ts @@ -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);