Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
269
def
get_credentials(session):
270
resolver = create_credential_resolver(session)
271
return
resolver.load_credentials()
272
273
274
def
_local_now():
Callers
nothing calls this directly
Calls
2
create_credential_resolver
Function · 0.85
load_credentials
Method · 0.80
Tested by
no test coverage detected