import { S3Client } from "@aws-sdk/client-s3"; export const s3Client = new S3Client({ region: process.env.S3_REGION || "us-east-1", });