(self, wal_file_name)
| 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). |
no test coverage detected