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

Method _resolve_accesspoint_arn

awscli/customizations/s3/utils.py:826–828  ·  view source on GitHub ↗
(self, account, name, key)

Source from the content-addressed store, hash-verified

824 return [path]
825
826 def _resolve_accesspoint_arn(self, account, name, key):
827 bucket = self._get_access_point_bucket(account, name)
828 return [f"s3://{bucket}/{key}"]
829
830 def _resolve_accesspoint_alias(self, alias, key):
831 account = self._get_account_id()

Callers 1

Calls 1

Tested by

no test coverage detected