Skip to content

Commit

Permalink
fix param name for request_min_compression_size_bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Sep 20, 2023
1 parent 1eaa8ae commit 9858849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botocore/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class Config:
Defaults to False.
:type request_min_compression_size_bytes: int
:param request_min_compression_bytes: The minimum size in bytes that a
:param request_min_compression_size_bytes: The minimum size in bytes that a
request body should be to trigger compression. All requests with
streaming input that don't contain the ``requiresLength`` trait will be
compressed regardless of this setting.
Expand Down

0 comments on commit 9858849

Please sign in to comment.