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

Function getHostnameFromBucket

S3/Utils.py:297–298  ·  view source on GitHub ↗
(bucket)

Source from the content-addressed store, hash-verified

295
296
297def getHostnameFromBucket(bucket):
298 return S3.Config.Config().host_bucket.lower() % { 'bucket' : bucket }
299__all__.append("getHostnameFromBucket")
300
301

Callers 2

get_hostnameMethod · 0.85
get_printable_treeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…