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

Method _resolve_mrap_alias

awscli/customizations/s3/utils.py:835–837  ·  view source on GitHub ↗
(self, account, alias, key)

Source from the content-addressed store, hash-verified

833 return [f"s3://{bucket}/{key}"]
834
835 def _resolve_mrap_alias(self, account, alias, key):
836 buckets = self._get_mrap_buckets(account, alias)
837 return [f"s3://{bucket}/{key}" for bucket in buckets]
838
839 def _get_access_point_bucket(self, account, name):
840 return self._s3control_client.get_access_point(

Callers 1

Calls 1

_get_mrap_bucketsMethod · 0.95

Tested by

no test coverage detected