sliproad/files
Gabriel Simmer 9cd7ab75e8
Better error messages for Backblaze, int64.
Ran into an issue when running on a Raspberry Pi - occaisonally, the
int size for the files being provided from Backblaze (which is in
bytes) will be too large. This is fixed by upgrading the int to int64.
As a part of this debugging process, I upgraded the error handling when
fetching the Backblaze file listing to actually print the errors rather
than failing silently.
2020-03-23 10:53:58 +00:00
..
backblaze.go Better error messages for Backblaze, int64. 2020-03-23 10:53:58 +00:00
disk.go Implement Setup() function for providers, cleanup 2020-03-21 00:31:24 +00:00
fileprovider.go Implement Setup() function for providers, cleanup 2020-03-21 00:31:24 +00:00
fileutils.go Implement Setup() function for providers, cleanup 2020-03-21 00:31:24 +00:00