Remove path from get_supports_resumeable_download
This commit is contained in:
parent
e850d17e29
commit
af46d3d455
3 changed files with 15 additions and 20 deletions
|
@ -83,7 +83,7 @@ class S3Storage(BaseStorage):
|
|||
key.set_contents_from_string(content, encrypt_key=True)
|
||||
return path
|
||||
|
||||
def get_supports_resumeable_downloads(self, path):
|
||||
def get_supports_resumeable_downloads(self):
|
||||
return True
|
||||
|
||||
def get_direct_download_url(self, path, expires_in=60):
|
||||
|
|
Reference in a new issue