© 2026 Hedgehog Software, LLC
"@aws-sdk/client-s3"
const s3Client = new S3Client({ region: "auto", endpoint: `https://${process.env.CLOUDFLARE_ACCOUNT_ID}.r2.cloudflarestorage.com`, credentials: { accessKeyId: process.env.CLOUDFLARE_R2_BUCKET_ACCESS_KEY_ID, secretAccessKey: process.env.CLOUDFLARE_R2_BUCKET_SECRET_KEY_ID, }, })
Cannot convert object to primitive value