moodle-tool_objectfs
moodle-tool_objectfs copied to clipboard
fix: Add needed client options to work with digital ocean spaces
Scenario
As stated in https://github.com/catalyst/moodle-tool_objectfs/issues/318, when we use the digital ocean spaces client, the diff for changed files isn't working properly.
Looking at the PR https://github.com/catalyst/moodle-tool_objectfs/pull/323, the real fix for this is really simple, so I made this PR to the minimal required change.
What Has Been Done
- [x] Corrected DigitalOcean client setup.
@gcavalcante8808 This worked like charm. Thank you!