linkedin / ambry

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

Enable 100-continue for S3 only and control by configs #2871

Closed SophieGuo410 closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 40.00000% with 12 lines in your changes missing coverage. Please review.

Project coverage is 70.06%. Comparing base (52ba813) to head (585baf8). Report is 84 commits behind head on master.

Files Patch % Lines
...src/main/java/com/github/ambry/rest/RestUtils.java 28.57% 3 Missing and 2 partials :warning:
...com/github/ambry/frontend/NamedBlobPutHandler.java 0.00% 1 Missing and 1 partial :warning:
...ava/com/github/ambry/frontend/PostBlobHandler.java 0.00% 1 Missing and 1 partial :warning:
.../frontend/s3/S3MultipartCompleteUploadHandler.java 0.00% 0 Missing and 1 partial :warning:
...mbry/frontend/s3/S3MultipartUploadPartHandler.java 0.00% 0 Missing and 1 partial :warning:
...a/com/github/ambry/rest/NettyMessageProcessor.java 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2871 +/- ## ============================================ + Coverage 64.24% 70.06% +5.81% - Complexity 10398 11784 +1386 ============================================ Files 840 851 +11 Lines 71755 72611 +856 Branches 8611 8738 +127 ============================================ + Hits 46099 50872 +4773 + Misses 23004 19102 -3902 + Partials 2652 2637 -15 ```

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