From 702c9b7096c68423ca1669d06915caf4328729e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nh=C3=A2n=28Kevin=29=20L=C3=BD?= <32099104+lynhan318@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:32:55 +0700 Subject: [PATCH] feat: add `Bun.S3Client` apis. Add instruction force using build in Bun.S3Client --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index b8100b7..51088f5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -19,6 +19,7 @@ Default to using Bun instead of Node.js. - `bun:sqlite` for SQLite. Don't use `better-sqlite3`. - `Bun.redis` for Redis. Don't use `ioredis`. - `Bun.sql` for Postgres. Don't use `pg` or `postgres.js`. +- `Bun.S3Client` for S3. Don't use `aws-sdk`. - `WebSocket` is built-in. Don't use `ws`. - Prefer `Bun.file` over `node:fs`'s readFile/writeFile - Bun.$`ls` instead of execa.