psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.46k stars 211 forks source link

Bug: downloading zipfile on uploads with "one-time download" does not remove files/bucket #244

Closed thutex closed 1 year ago

thutex commented 1 year ago

Situation:

Expected behaviour:

Actual behaviour:

You can keep downloading the files using the zip method. All files will stay available as long as you only use the download zip method.

When you download a single file, that file does get correctly removed If it is the last file in the bucket, the bucket will also be deleted.