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

Method full_url

awscli/botocore/utils.py:3004–3005  ·  view source on GitHub ↗
(self, relative_uri)

Source from the content-addressed store, hash-verified

3002 raise MetadataRetrievalError(error_msg=error_msg)
3003
3004 def full_url(self, relative_uri):
3005 return f'http://{self.IP_ADDRESS}{relative_uri}'
3006
3007
3008def get_environ_proxies(url):

Callers 2

retrieve_uriMethod · 0.95
_retrieve_or_failMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected