boto / botocore

The low-level, core functionality of boto3 and the AWS CLI.
Apache License 2.0
1.44k stars 1.06k forks source link

Add experimental environment variable to opt out of 100 continue with empty body #3123

Closed SamRemis closed 4 months ago

SamRemis commented 4 months ago

Adds the header BOTO_EXPERIMENTAL__NO_EMPTY_CONTINUE; when enabled, we will make a best effort to inspect the size of the body and only add the 100 continue header if the body is non-empty.

Note: this feature is marked as experimental and the functionality and may be altered or removed in a minor patch without warning. Users relying on this feature should strictly pin their botocore version.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8fd0160) 93.14% compared to head (0d264b0) 93.14%. Report is 41 commits behind head on develop.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3123 +/- ## ======================================== Coverage 93.14% 93.14% ======================================== Files 66 66 Lines 14237 14240 +3 ======================================== + Hits 13261 13264 +3 Misses 976 976 ```

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