parent
66aaf0e4a2
commit
26ae629189
3 changed files with 24 additions and 1 deletions
|
@ -58,6 +58,10 @@ class BaseStorage(StoragePaths):
|
|||
""" Called to perform any storage system setup. """
|
||||
pass
|
||||
|
||||
def validate(self):
|
||||
""" Called to perform any custom storage system validation. """
|
||||
pass
|
||||
|
||||
def get_direct_download_url(self, path, expires_in=60, requires_cors=False):
|
||||
return None
|
||||
|
||||
|
|
Reference in a new issue