catalyst / moodle-tool_objectfs

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

Cloudfront presigned url's should honor the prefix set using *tool_objectfs | key_prefix* #535

Open andrewmadden opened 1 year ago

andrewmadden commented 1 year ago

Currently the prefix needs to be added to the cloudfront distribution. This requires a new distribution per site.

We should be able to manage the prefix from the Moodle side in order to reuse the same bucket and distribution for multiple sites. This is the current state for using an S3 bucket without a cloudfront distribution.