apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
2.18k stars 253 forks source link

Documents - after deleting file it still stays on S3 #597

Open SzramaApptension opened 3 months ago

SzramaApptension commented 3 months ago

Describe the bug

File is not deleted from S3 after user deletes it from SaaS.

Steps to reproduce

  1. Log in
  2. Click Documents
  3. Upload file
  4. Open document in new tab
  5. Delete file
  6. Go back to tab with opened document
  7. Reload page
  8. Notice that file is still on S3 and accessible from url

System Info

Tested on QA environment

Logs

No response

Validations