Open torgeirl opened 6 years ago
This is still relevant. It is possible to delete the references to the files from Django Admin (/djangoadmin/cradmin_temporaryfileuploadstore/temporaryfilecollection
), but the files themselves are not removed from storage (tested with Devilry 6.3.3 using S3).
When one or more files are uploaded to Devilry, they are first put in the
cradmin_temporaryfileuploadstore
sub-directory before they are copied to their permanent location when the user finalize the operation.Sysadmins should have a tool to automate clean-up of these files, and since they are (temporarily) referenced by the Devilry server it would be best if this was done by a manage command similar to
devilry_delete_compressed_archives
. It should have the same options (--all
,--days
and--seconds
).