You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I noticed a couple of issues related to GRADES_DOWNLOAD.
There's a section in the instructor tab of each course, where instructors can download grades in a CSV format.
Inside lms/djangoapps/instructor_task/models.py, where we create a DjangoStorageReportStore, it needs these values from the config, otherwise will fail:
Note that I didn't use the plugin, but just used GRADES_DOWNLOAD config mentioned above and it didn't work.
If this is a valid issue, I would like to work on it.
The text was updated successfully, but these errors were encountered:
This is a duplicate of hastexo/tutor-contrib-s3#77
Hi. I noticed a couple of issues related to GRADES_DOWNLOAD.
There's a section in the instructor tab of each course, where instructors can download grades in a CSV format.
Inside
lms/djangoapps/instructor_task/models.py
, where we create aDjangoStorageReportStore
, it needs these values from the config, otherwise will fail:https://github.com/openedx/edx-platform/blob/f3f160f4f20f7bbde45fe0d48ac9626a694afb93/lms/djangoapps/instructor_task/models.py#L230-L242
Oddly, it's not reading them from
AWS_S3_
configs.In the plugin, just a bucket_name and a location kwargs are overridden.
Note that I didn't use the plugin, but just used
GRADES_DOWNLOAD
config mentioned above and it didn't work.If this is a valid issue, I would like to work on it.
The text was updated successfully, but these errors were encountered: