Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ get_credentials
Method
get_credentials
tests/unit/test_clidriver.py:286–287 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
284
self.stream_logger_args = (args, kwargs)
285
286
def
get_credentials(self):
287
return
self.credentials
288
289
def
set_config_variable(self, name, value):
290
if
name ==
'profile'
:
Callers
7
_get_crt_credentials_provider
Method · 0.45
setUp
Method · 0.45
test_access_secret_vs_profile_env
Method · 0.45
test_profile_env_vs_code
Method · 0.45
test_access_secret_env_vs_profile_code
Method · 0.45
test_bad_request_on_invalid_credentials
Method · 0.45
config_with_profile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected