geonode.storage.manager
Attributes
Classes
Manage the files with different filestorages configured by default is the Filesystem one. |
|
Module Contents
- class geonode.storage.manager.StorageManager(remote_files: Mapping = {})[source]
Bases:
StorageManagerInterfaceManage the files with different filestorages configured by default is the Filesystem one. If the file is not in the FileSystem, we try to transfer it on the local filesystem and then treat as a file_system file
- clone_remote_files() Mapping[source]
Using the data retriever object clone the remote path into a local temporary storage
- class geonode.storage.manager.DefaultStorageManager[source]
Bases:
StorageManagerInterface