MCPcopy Create free account
hub / github.com/aws/aws-cli / access_key

Method access_key

awscli/botocore/credentials.py:467–473  ·  view source on GitHub ↗

Warning: Using this property can lead to race conditions if you access another property subsequently along the refresh boundary. Please use get_frozen_credentials instead.

(self)

Source from the content-addressed store, hash-verified

465
466 @property
467 def access_key(self):
468 """Warning: Using this property can lead to race conditions if you
469 access another property subsequently along the refresh boundary.
470 Please use get_frozen_credentials instead.
471 """
472 self._refresh()
473 return self._access_key
474
475 @access_key.setter
476 def access_key(self, value):

Callers

nothing calls this directly

Calls 1

_refreshMethod · 0.95

Tested by

no test coverage detected