diff --git a/functions/api/me/items/[type]/[id].ts b/functions/api/me/items/[type]/[id].ts index dd60956..571935b 100644 --- a/functions/api/me/items/[type]/[id].ts +++ b/functions/api/me/items/[type]/[id].ts @@ -50,6 +50,11 @@ export async function onRequestGet(context: RequestContext) { urlPromises.push( aws.sign( `https://car-crushers.${context.env.R2_ZONE}.r2.cloudflarestorage.com/${attachment}?X-Amz-Expires=1800`, + { + aws: { + signQuery: true, + }, + }, ), ); }