Skip to content

Conversation

@DonatoBD
Copy link

@DonatoBD DonatoBD commented Jun 1, 2022

Custom backend added

@DonatoBD DonatoBD requested a review from jfavellar90 June 1, 2022 17:38
'queue': COURSEGRAPH_JOB_QUEUE},
}

from storages.backends.s3boto import S3BotoStorage
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DonatoB-eduNEXT I'm wondering if we would require an extra layer of validation here. I know the storage likely won't change in the future but what if the platform no longer supports S3BotoStorage because of a configuration change? We could validate if the setting DEFAULT_FILE_STORAGE in Django matches any of the storages supported by SCORM, and then you can return the proper storage object. It's not a must-have, but it would strengthen the implementation. It would apply for both files, LMS and CMS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants