MCPcopy Create free account
hub / github.com/wal-e/wal-e / create

Method create

tests/s3_integration_help.py:223–228  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

221 return self
222
223 def create(self, *args, **kwargs):
224 bucket = insistent_bucket_create(self.conn, self.bucket_name,
225 *args, **kwargs)
226 self.created_bucket = True
227
228 return bucket
229
230 def __exit__(self, typ, value, traceback):
231 if not self.created_bucket:

Callers 15

test_404_terminationFunction · 0.45
test_301_redirectFunction · 0.45
test_policyFunction · 0.45
test_uri_put_fileFunction · 0.45
test_backup_listFunction · 0.45
test_double_createFunction · 0.45
test_atomic_downloadFunction · 0.45
test_cleanup_runningFunction · 0.45

Calls 1

insistent_bucket_createFunction · 0.70

Tested by 15

test_404_terminationFunction · 0.36
test_301_redirectFunction · 0.36
test_policyFunction · 0.36
test_uri_put_fileFunction · 0.36
test_backup_listFunction · 0.36
test_double_createFunction · 0.36
test_atomic_downloadFunction · 0.36
test_cleanup_runningFunction · 0.36