StorageProviderBase#
- class sunpy.data.data_manager.storage.StorageProviderBase[source]#
Bases:
object
Base class for remote data manager storage providers.
Methods Summary
delete_by_key
(key, value)Deletes the matching entry from the store.
find_by_key
(key, value)Returns the file details if value corresponding to the key found in storage.
store
(details)Stores the details in the storage.
Methods Documentation