Remove path from get_supports_resumeable_download

This commit is contained in:
Joseph Schorr 2014-07-07 16:21:27 -04:00
parent e850d17e29
commit af46d3d455
3 changed files with 15 additions and 20 deletions

View file

@ -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):