Hello, How can I ensure uploaded files are deleted from local storage or Amazon S3 when they are removed from the interface?Thank you
File Deletion After Removal
Collapse
X
-
1. Having the ID of the file, (for example, https://instance-name.com/?entryPoint=download&id=677bece6b90148052) you can go to the link and if the file is deleted, you will get a 404 error).
2. With the file ID, you can search data/upload or AWS S3.
3. Knowing the name of the file, you can use the search in Administration > Attachments.
More about the terms of storage of deleted files: https://forum.espocrm.com/forum/gene...after-removing.
Comment