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

Method get_connection

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

Source from the content-addressed store, hash-verified

599 return signature
600
601 def get_connection(self):
602 conn = ConnMan.get(self.config.cloudfront_host, ssl = True)
603 return conn
604
605 def _fail_wait(self, retries):
606 # Wait a few seconds. The more it fails the more we wait.

Callers 1

send_requestMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected