Restore presigned url route to edge runtime
This commit is contained in:
parent
d51dd06da8
commit
4bad013c66
@ -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 } },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user