ewallah / moodle-repository_s3bucket

Moodle S3 folder (bucket) repository
http://www.eWallah.net
GNU General Public License v3.0
2 stars 2 forks source link

Unable to use plugin when SSE is enabled #8

Open elitesonny opened 3 years ago

elitesonny commented 3 years ago

Receiving "nosuchkey" error when server-side-encryption (SSE) is enabled. After turning off encryption and re-upload the file/video it was able to view the file. Suspected that plugin does not generate correct pre-signed URL on encrypted files or buckets.

ewallah commented 3 years ago

Hi @elitesonny,

This plugin is made for teachers who mostly do not have a clue what encryption or SSE is.

If you can provide a complete manual for 'non-specialists' in 5 lines, the plugin could be made SSE compatible. But I'm afraid that adding another level of complexity will need an extra help desk employee.

I will add a warning to the documentation. In the meantime feel free to help us work on this issue.

R