MCPcopy Index your code
hub / github.com/aws/aws-cli / _normalize

Method _normalize

awscli/botocore/credentials.py:435–437  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

433 self._mandatory_refresh_timeout = mandatory_timeout
434
435 def _normalize(self):
436 self._access_key = botocore.compat.ensure_unicode(self._access_key)
437 self._secret_key = botocore.compat.ensure_unicode(self._secret_key)
438
439 @classmethod
440 def create_from_metadata(

Callers 2

__init__Method · 0.95
_set_from_dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected