overhangio / openedx-scorm-xblock

SCORM XBlock for Open edX
GNU Affero General Public License v3.0
37 stars 46 forks source link

fix: S3 storage exists always return false for directories #77

Closed ziafazal closed 2 months ago

ziafazal commented 2 months ago

These changes pass complete path of the index file because storage.exists expects a file path when storage is set to S3. This should fix issue #76

regisb commented 2 months ago

Please make a new release as soon as you think the fix is good to go. Then I'll update the docker.io openedx image to include the fix.