fix archive: it was reserving file TWICE!

This commit is contained in:
boyska 2024-11-18 18:48:10 +01:00
parent 4b79b080bd
commit 22aed04640

View file

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