moodle-tool_objectfs
moodle-tool_objectfs copied to clipboard
Object file storage system for Moodle
Two touch points: https://github.com/catalyst/moodle-tool_objectfs/blob/337f03d88eb8cb8c0a3f527c31286f866e0f3772/classes/local/store/object_file_system.php#L424 https://github.com/catalyst/moodle-tool_objectfs/blob/337f03d88eb8cb8c0a3f527c31286f866e0f3772/classes/local/store/object_file_system.php#L446 It can probably call the parent method
- Create patches for every supported version (including patches for phpunit) - Update Travis to use these patches
This is to enhance readme and add explicit instructions of `admin_setting_filetypes` class backporting (backport MDL-53240 tracker or create a patch). Issue #282 was fixed by checking if `admin_setting_filetypes`, but it...
https://github.com/catalyst/moodle-tool_objectfs/blob/master/classes/client/s3_client.php#L233 ContentType field https://docs.aws.amazon.com/sdkfornet1/latest/apidocs/html/T_Amazon_S3_Model_PutObjectRequest.htm
* [ ] delete all fixtures button * [ ] ~~delete fixtures on upgrade~~ actually don't do this as it will slow down every upgrade. Unless it is done via...
* [x] https://tracker.moodle.org/browse/MDL-58281 * [ ] add to testing page * [ ] backport patch doco
The idea is that you have a master cron task which queues up chunks of work and creates ad hoc tasks. Ad hoc tasks can run in parallel so we...
The Object Status report indicates that everything is functioning regarding file duplication but I am getting errors when I try to read or download files that are only in external...