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

Method wal_path

wal_e/storage/base.py:297–299  ·  view source on GitHub ↗
(self, wal_file_name)

Source from the content-addressed store, hash-verified

295 return self._api_path_prefix + 'wal_' + self.VERSION + '/'
296
297 def wal_path(self, wal_file_name):
298 self._error_on_unexpected_version()
299 return self.wal_directory() + wal_file_name + '.lzo'
300
301 def store_name(self):
302 """Return either the bucket name (S3) or the account name (Azure).

Callers 2

wal_restoreMethod · 0.80
wal_prefetchMethod · 0.80

Calls 2

wal_directoryMethod · 0.95

Tested by

no test coverage detected