catalyst / moodle-tool_objectfs

Object file storage system for Moodle
https://moodle.org/plugins/tool_objectfs
88 stars 72 forks source link

Some objects in S3 bucket not detected #550

Open Anpedco opened 1 year ago

Anpedco commented 1 year ago

Right now we are deleting courses and backups to release some space in the S3 bucket, we were able to release some, but now we face one big problem, in the object status report of moodle we have this information: image

But when we go to the s3 console and calculate the total bucket size it gives us this: image

At least half of these objects are in trash directory but we already flush it: image

These are our settings on the plugin: image

Our moodle version is 3.9.19+ with php7.4 version, plugin version is 2021122307.

If you need more information about how we have configured the plugin please tell me.