Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin django-storages in edx-platform #35170

Open
KristinAoki opened this issue Jul 23, 2024 · 0 comments
Open

Unpin django-storages in edx-platform #35170

KristinAoki opened this issue Jul 23, 2024 · 0 comments

Comments

@KristinAoki
Copy link
Member

There is a pin for django-storages<1.14.4. A recent upgrade to django-storages from 1.14.3 to 1.14.4 broke the ability to import a course. The course was able to upload but after uploading the file was not able to be found when the import moved to the "Unpacking" step. Based on community discovery, the culprit are these two lines added in 1.14.4 that make file_exists_in_storage function always return False, as the default value of AWS_S3_FILE_OVERWRITE is True.

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

No branches or pull requests

1 participant