MCPcopy Create free account
hub / github.com/s3tools/s3cmd / uri

Method uri

S3/CloudFront.py:136–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134 self.info['DistributionConfig'] = DistributionConfig(tree = tree.find(".//DistributionConfig"))
135
136 def uri(self):
137 return S3Uri(u"cf://%s" % self.info['Id'])
138
139class DistributionConfig(object):
140 ## Example:

Callers 4

infoMethod · 0.45
createMethod · 0.45
modifyMethod · 0.45

Calls 1

S3UriClass · 0.90

Tested by

no test coverage detected