Remove edge runtime from S3 presigned url endpoint
This commit is contained in:
parent
48f162c611
commit
a23aa57e43
@ -1,8 +1,6 @@
|
|||||||
import { auth } from '@/auth';
|
import { auth } from '@/auth';
|
||||||
import { awsS3GetSignedUploadUrl } from '@/services/blob/aws-s3';
|
import { awsS3GetSignedUploadUrl } from '@/services/blob/aws-s3';
|
||||||
|
|
||||||
export const runtime = 'edge';
|
|
||||||
|
|
||||||
export async function GET(
|
export async function GET(
|
||||||
_: Request,
|
_: Request,
|
||||||
{ params: { key } }: { params: { key: string } },
|
{ params: { key } }: { params: { key: string } },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user