-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clients: Implement storage fallback for recordings (#1303)
* config: Create storage-fallback-urls flag * config: Make the StorageFallbackURLs a global * clients: Download manifest from backup OS * clients: Download segments from backup URL * [WIP] clients: Use storage fallback for probing segments too This is incomplete as we still need to fix the probing made on the manifest itself instead of just on each segment. Rabbit hole. * [DEV-revert] box-only: Start a local proxy server to simulate an unreliable storage Just proxies to Minio with a random error chance * Add cucumber test * Refactor * remove comment * fix unit test. (cukes still need fixing) * Fix cukes * add unit tests * Address TODOs and review comments * return variable no longer needed * review comments * Review comments --------- Co-authored-by: Max Holland <[email protected]>
- Loading branch information
Showing
19 changed files
with
526 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.