Skip to content

fix: bump tus version to resolve zero byte upload bug#1044

Merged
itslenny merged 1 commit into
masterfrom
lenny/update-tus-to-fix-zero-byte-upload-bug
Apr 23, 2026
Merged

fix: bump tus version to resolve zero byte upload bug#1044
itslenny merged 1 commit into
masterfrom
lenny/update-tus-to-fix-zero-byte-upload-bug

Conversation

@itslenny
Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Storage uses @tus/s3-store@2.0.2 which is has a bug that causes zero byte uploads to fail with a 500 error when using S3 backend

What is the new behavior?

Update to @tus/s3-store@2.0.3 which gracefully handles zero byte uploads to S3

Additional context

Upstream fix: tus/tus-node-server#824

@itslenny itslenny requested a review from a team as a code owner April 23, 2026 12:58
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 24836589542

Coverage decreased (-0.05%) to 69.898%

Details

  • Coverage decreased (-0.05%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 2 coverage regressions across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

2 previously-covered lines in 1 file lost coverage.

File Lines Losing Coverage Coverage
src/internal/database/tenant.ts 2 82.47%

Coverage Stats

Coverage Status
Relevant Lines: 9690
Covered Lines: 7145
Line Coverage: 73.74%
Relevant Branches: 5412
Covered Branches: 3411
Branch Coverage: 63.03%
Branches in Coverage %: Yes
Coverage Strength: 375.29 hits per line

💛 - Coveralls

@itslenny itslenny merged commit 38fb5f5 into master Apr 23, 2026
9 checks passed
@itslenny itslenny deleted the lenny/update-tus-to-fix-zero-byte-upload-bug branch April 23, 2026 16:23
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.

3 participants