feat: generate presigned URLs for avatars

This commit is contained in:
Henry
2026-02-04 21:50:37 +00:00
parent ceac4c0d81
commit c8517ed4c2
15 changed files with 211 additions and 73 deletions

View File

@@ -7,8 +7,7 @@ import type { dbClient } from "@kan/db/client";
import * as memberRepo from "@kan/db/repository/member.repo";
import * as userRepo from "@kan/db/repository/user.repo";
import { notificationClient } from "@kan/email";
import { createEmailUnsubscribeLink } from "@kan/shared";
import { createS3Client } from "@kan/api/utils/s3";
import { createEmailUnsubscribeLink, createS3Client } from "@kan/shared";
import { downloadImage } from "./utils";