(self, retries)
| 603 | return conn |
| 604 | |
| 605 | def _fail_wait(self, retries): |
| 606 | # Wait a few seconds. The more it fails the more we wait. |
| 607 | return (self.config.max_retries - retries + 1) * 3 |
| 608 | |
| 609 | def get_dist_name_for_bucket(self, uri): |
| 610 | if uri.type == "cf": |