diff --git a/botocore/httpchecksum.py b/botocore/httpchecksum.py index 3a4153a15d..ccd9bb9908 100644 --- a/botocore/httpchecksum.py +++ b/botocore/httpchecksum.py @@ -484,7 +484,7 @@ def handle_checksum_body(http_response, response, context, operation_model): response["context"]["checksum"] = checksum_context return - logger.info( + logger.debug( f'Skipping checksum validation. Response did not contain one of the ' f'following algorithms: {algorithms}.' )