mirror of
https://github.com/kopia/kopia.git
synced 2026-05-15 02:05:39 -04:00
* Rename UnsupportedBlobRetention struct Rename this struct to DefaultProviderImplementation in preparation for adding other simple "default" functionality to it. * Add other functions to default provider Add other simple function implementations to the default provider so that other providers can just embed this to get basic behavior. * Cleanup existing users of default provider * Add default provider to remaining storage types Add the default provider to remaining storage providers and remove functions that are now implemented by the default provider.