linkedin / ambry

Distributed object store
https://github.com/linkedin/ambry/wiki
Apache License 2.0
1.74k stars 275 forks source link

Support 100-continue in multiupload #2851

Closed SophieGuo410 closed 1 month ago

SophieGuo410 commented 1 month ago

Support 100-continue for multi part upload. local test passed.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 54.83871% with 14 lines in your changes missing coverage. Please review.

Project coverage is 70.10%. Comparing base (52ba813) to head (a2e02f3). Report is 66 commits behind head on master.

Files Patch % Lines
.../frontend/s3/S3MultipartCompleteUploadHandler.java 53.84% 4 Missing and 2 partials :warning:
...ava/com/github/ambry/frontend/PostBlobHandler.java 42.85% 3 Missing and 1 partial :warning:
...mbry/frontend/s3/S3MultipartUploadPartHandler.java 42.85% 3 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2851 +/- ## ============================================ + Coverage 64.24% 70.10% +5.86% - Complexity 10398 11782 +1384 ============================================ Files 840 851 +11 Lines 71755 72539 +784 Branches 8611 8729 +118 ============================================ + Hits 46099 50857 +4758 + Misses 23004 19054 -3950 + Partials 2652 2628 -24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.