(self, account, name, key)
| 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() |
no test coverage detected