sliproad/files
Gabriel Simmer 49dba732d3
Implement Setup() function for providers, cleanup
Implemented a much-needed Setup() function for providers to implement,
which (as demonstrated in the backblaze provider) allows for
authentication in advance of needing to make calls to remote locations.
This could also be used to create a directory or perform some other
sanity check required for the provider to work. So far, haven't noticed
any performance impacts from this approach, besides not needing to auth
each time we make a request.
2020-03-21 00:31:24 +00:00
..
backblaze.go Implement Setup() function for providers, cleanup 2020-03-21 00:31:24 +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