catalyst / moodle-tool_objectfs

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

Adding more settings #652

Open Frostist opened 4 days ago

Frostist commented 4 days ago

I Mainly wanted to add more settings for the plugin to be more configurable, by adding the following

$config->s3_bucket_endpoint = 0; $config->s3_use_path_style_endpoint = 0; $config->s3_disable_multiregion_access_points = 0;

Frostist commented 4 days ago

I have been running this code on two Moodle instances connected via Minio and this plugin, and they work perfectly!

Frostist commented 4 days ago

Please do take a look at my repo of this, as it is also 33 commits behind and that could be why it's failing, but it is only very minor changes. To allow better functionality between this plugin and Minio.