mirror of
https://github.com/Nezumi-2711/google-drive-s3.git
synced 2026-09-22 13:38:30 +00:00
Update index.ts
This commit is contained in:
@@ -64,6 +64,7 @@ export default {
|
||||
headers: {
|
||||
"Content-Type": fileStream.contentType,
|
||||
"Content-Length": fileStream.size.toString(),
|
||||
"Cache-Control": "s-maxage=300, no-store",
|
||||
ETag: `"${fileStream.id}"`,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user