fix archive: it was reserving file TWICE!
This commit is contained in:
parent
4b79b080bd
commit
22aed04640
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ class ArchiveBackend:
|
|||
"""
|
||||
destination_path is ignored
|
||||
"""
|
||||
self.reserve(filename)
|
||||
upload_url = f"https://s3.us.archive.org/{self.bucket}/{filename.name}"
|
||||
|
||||
# XXX: set some more header based on file metadata (date, title, etc.)
|
||||
|
|
Loading…
Reference in a new issue