Skip to content

fix(server): map InvalidUploadId to 400 Bad Request

bb111e4
Select commit
Loading
Failed to load commit list.
Merged

feat(rust-client): Add Multipart Upload API #468

fix(server): map InvalidUploadId to 400 Bad Request
bb111e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2026 in 1s

87.56% (-0.21%) compared to b84e11f

View this Pull Request on Codecov

87.56% (-0.21%) compared to b84e11f

Details

Codecov Report

❌ Patch coverage is 77.14286% with 72 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.56%. Comparing base (b84e11f) to head (bb111e4).

Files with missing lines Patch % Lines
clients/rust/src/multipart.rs 71.09% 61 Missing ⚠️
objectstore-types/src/multipart.rs 74.19% 8 Missing ⚠️
objectstore-server/src/endpoints/common.rs 0.00% 1 Missing ⚠️
objectstore-service/src/backend/tiered.rs 66.66% 1 Missing ⚠️
objectstore-service/src/error.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #468      +/-   ##
==========================================
- Coverage   87.76%   87.56%   -0.21%     
==========================================
  Files          80       81       +1     
  Lines       12621    12896     +275     
==========================================
+ Hits        11077    11292     +215     
- Misses       1544     1604      +60     
Components Coverage Δ
Rust Backend 92.33% <73.80%> (-0.06%) ⬇️
Rust Client 79.70% <77.65%> (-0.08%) ⬇️
Python Client 86.36% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.