- In the next version of Bun Bun gets first-class support for S3. Upload, download, stream, and presign with 0 dependenciesDec 29, 2024 06:00
- When you pass `new Response` an S3 file, it turns into a redirect to a presigned expiring URL so that you don't waste your server's resources downloading to S3 and sending to the user
- The API is designed to work very similarly to Response, Blob, and Bun.file(path), so you can read from S3 just like from the local filesystem or fetch().