parent
a9c64545fa
commit
2b07b6d8a9
5 changed files with 11 additions and 7 deletions
|
@ -46,7 +46,7 @@ class BaseStorage(StoragePaths):
|
|||
client to use for any external calls. """
|
||||
pass
|
||||
|
||||
def get_direct_download_url(self, path, expires_in=60, requires_cors=False):
|
||||
def get_direct_download_url(self, path, expires_in=60, requires_cors=False, head=False):
|
||||
return None
|
||||
|
||||
def get_direct_upload_url(self, path, mime_type, requires_cors=True):
|
||||
|
|
Reference in a new issue