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

Function get_credentials

awscli/botocore/credentials.py:269–271  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

267
268
269def get_credentials(session):
270 resolver = create_credential_resolver(session)
271 return resolver.load_credentials()
272
273
274def _local_now():

Callers

nothing calls this directly

Calls 2

load_credentialsMethod · 0.80

Tested by

no test coverage detected