Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ get_credentials
Method
get_credentials
awscli/botocore/utils.py:1488–1489 ·
view source on GitHub ↗
(self, bucket)
Source
from the content-addressed store, hash-verified
1486
1487
@functools.lru_cache(maxsize=100)
1488
def
get_credentials(self, bucket):
1489
return
super().get_credentials(bucket=bucket)
1490
1491
def
build_refresh_callback(self, bucket):
1492
def
refresher():
Callers
3
test_default_s3_express_cache
Method · 0.95
test_s3_express_cache_one_network_call
Method · 0.95
test_s3_express_cache_multiple_buckets
Method · 0.95
Calls
1
get_credentials
Method · 0.45
Tested by
3
test_default_s3_express_cache
Method · 0.76
test_s3_express_cache_one_network_call
Method · 0.76
test_s3_express_cache_multiple_buckets
Method · 0.76