diff --git a/botocore/config.py b/botocore/config.py index 1a2fd80a36..fe968911ba 100644 --- a/botocore/config.py +++ b/botocore/config.py @@ -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.