mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
### What does this PR do? - Add `contentDisposition` option to S3 file uploads to control the `Content-Disposition` HTTP header - Support passing `contentDisposition` through all S3 upload paths (simple uploads, multipart uploads, and streaming uploads) - Add TypeScript types for the new option Fixes https://github.com/oven-sh/bun/issues/25362 ### How did you verify your code works? Test