MCPcopy Create free account
hub / github.com/aws/aws-cli / conditionally_calculate_checksum

Function conditionally_calculate_checksum

awscli/botocore/utils.py:3147–3151  ·  view source on GitHub ↗

This function has been deprecated, but is kept for backwards compatibility.

(params, **kwargs)

Source from the content-addressed store, hash-verified

3145
3146
3147def conditionally_calculate_checksum(params, **kwargs):
3148 """This function has been deprecated, but is kept for backwards compatibility."""
3149 if not has_checksum_header(params):
3150 conditionally_calculate_md5(params, **kwargs)
3151 conditionally_enable_crc32(params, **kwargs)
3152
3153
3154def conditionally_enable_crc32(params, **kwargs):

Callers

nothing calls this directly

Calls 3

has_checksum_headerFunction · 0.85

Tested by

no test coverage detected