Restore presigned url route to edge runtime

This commit is contained in:
Sam Becker 2024-02-21 18:47:32 -06:00
parent d51dd06da8
commit 4bad013c66

View File

@ -10,6 +10,8 @@ import {
import { CURRENT_STORAGE } from '@/site/config';
import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
export const runtime = 'edge';
export async function GET(
_: Request,
{ params: { key } }: { params: { key: string } },