So I've been trying to see if the plugins I've installed for moodle (moodle-tool_objectfs)
is working correctly. It seems like the cronjob is working perfectly but whenever I uploaded any files (etc : sample.png), it's still not stored in s3. When i check the logs in the task_log it says
Execute scheduled task: Object file system upload task (tool_objectfs\task\push_objects_to_storage) ... started 10:51:02. Current memory use 32.1MB. No candidate objects found. ... used 1 dbqueries ... used 0.0039408206939697 seconds Scheduled task complete: Object file system upload task (tool_objectfs\task\push_objects_to_storage)
Here's is my config for the plugin
Why is it saying
No candidate objects found.
Did i miss anything or is my setup wrong?