Mark datafiles for deletion
- The
DestroyDataFileendpoint should only set atrashedboolean to True. - All
trashed=TrueDatafiles should not be exposed anymore inListDataFile - A new management command
./manage.py cleanupwould remove on AWS S3 all the trashed datafiles (that would be called from a cron job)