Aerforms OpenStack Swift uploads of PostgreSQL WAL files and clusters
| 4 | |
| 5 | |
| 6 | class SwiftBackup(Backup): |
| 7 | """ |
| 8 | Aerforms OpenStack Swift uploads of PostgreSQL WAL files and clusters |
| 9 | """ |
| 10 | |
| 11 | def __init__(self, layout, creds, gpg_key_id): |
| 12 | super(SwiftBackup, self).__init__(layout, creds, gpg_key_id) |
| 13 | self.cinfo = calling_format |
| 14 | self.worker = swift_worker |
no outgoing calls
no test coverage detected