Skip to content

Conversation

jszobody
Copy link
Member

The underlying ZipStream package always sends HTTP headers when building the zip file, assuming it's being streamed out to the user. Since this package provides a ->saveTo() method, we need a way to suppress those headers. This PR provides a custom callback handler for headers, so that we can turn them on or off depending on the output.

Resolves #117

@jszobody jszobody merged commit d635333 into master Jul 23, 2025
1 check passed
@jszobody jszobody deleted the header-control branch July 23, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

store zip file to s3 only without streaming
1 participant