4 Commits

Author SHA1 Message Date
Tyler Davis
91e57a6156 fix: remove deprecated ioutil and rand calls
- Change ioutil to io and os calls per Go 1.16 deprecation
- Move global random to localized random source
2023-03-11 19:16:12 -07:00
Ben Johnson
07d220028a Rename 'gcs' to 'gs' for consistency 2022-03-05 11:17:42 -07:00
Ben Johnson
f6c859061b Fix CodeQL warnings 2022-01-31 08:53:21 -07:00
Ben Johnson
3f0ec9fa9f Refactor Restore()
This commit refactors out the complexity of downloading ordered WAL
files in parallel to a type called `WALDownloader`. This makes it
easier to test the restore separately from the download.
2022-01-04 15:03:59 -07:00