Hello,
I am integrating OnlyOffice into my system to embed it within my React app. As part of the setup, I have configured an S3 bucket to be used as a document cache, following the instructions outlined here: What it means to setup S3 as cache to docs.
The Document Server should remove old documents from the cache automatically after 24 hours. However, I have noticed that my S3 bucket still contains documents that are several days old.
I would like to understand the following:
- How can I resolve this issue to ensure that old documents are properly removed after 24 hours as expected?
- Is there a specific log file or configuration where I can check for errors or debug this behavior?
I appreciate any guidance or troubleshooting steps you can provide. Thank you!