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

Method signed_headers

awscli/botocore/auth.py:324–326  ·  view source on GitHub ↗
(self, headers_to_sign)

Source from the content-addressed store, hash-verified

322 return ' '.join(value.split())
323
324 def signed_headers(self, headers_to_sign):
325 headers = sorted(n.lower().strip() for n in set(headers_to_sign))
326 return ';'.join(headers)
327
328 def _is_streaming_checksum_payload(self, request):
329 checksum_context = request.context.get('checksum', {})

Calls

no outgoing calls

Tested by

no test coverage detected