This commit is contained in:
Itamar Turner-Trauring 2022-01-21 11:37:46 -05:00
parent c4d71a4636
commit e8e3a3e663

View File

@ -187,7 +187,8 @@ class HTTPServer(object):
in_progress = self._uploads[storage_index]
if in_progress.upload_key == upload_key:
# Same session.
# TODO add BucketWriters only for new shares
# TODO add BucketWriters only for new shares that don't already have buckets; see the HTTP spec for details.
# The backend code may already implement this logic.
pass
else:
# TODO Fail, since the secret doesnt match.