This commit is contained in:
Jun-te Kim 2026-01-19 13:41:39 +00:00
parent 5783851415
commit fe81ac9af1

View file

@ -1,7 +1,6 @@
// /app/api/sign-s3-url/route.ts
import { NextResponse } from "next/server";
import { S3Client, GetObjectCommand } from "@aws-sdk/client-s3";
import { S3Clien}
import { getSignedUrl } from "@aws-sdk/s3-request-presigner";
const s3 = new S3Client({