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

Method load

tests/unit/botocore/test_credentials.py:3004–3010  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3002 self._profile_name = profile_name
3003
3004 def load(self):
3005 return Credentials(
3006 f'{self._profile_name}-access-key',
3007 f'{self._profile_name}-secret-key',
3008 f'{self._profile_name}-token',
3009 self.METHOD,
3010 )
3011
3012
3013class TestJSONCache(unittest.TestCase):

Calls 1

CredentialsClass · 0.90

Tested by

no test coverage detected