diff --git a/src/routes/storage/get.ts b/src/routes/storage/get.ts index 44b5bb2b..65847b1e 100644 --- a/src/routes/storage/get.ts +++ b/src/routes/storage/get.ts @@ -153,7 +153,7 @@ export const getFile = async ( res.set('Content-Length', headObject.ContentLength?.toString()) res.set('Last-Modified', headObject.LastModified?.toUTCString()) res.set('Content-Disposition', `inline;`) - res.set('Cache-Control', 'public, max-age=3w1557600') + res.set('Cache-Control', 'public, max-age=31557600') res.set('ETag', headObject.ETag) // Set Content Range, Length Accepted Ranges