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

Function _is_s3express_request

awscli/botocore/utils.py:3113–3117  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

3111
3112
3113def _is_s3express_request(params):
3114 endpoint_properties = params.get('context', {}).get(
3115 'endpoint_properties', {}
3116 )
3117 return endpoint_properties.get('backend') == 'S3Express'
3118
3119
3120def get_checksum_algorithm_headers(params):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected