mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-04 20:37:52 +00:00
Fix upload of video transcripts to S3
See https://discuss.overhang.io/t/video-transcript-upload-generates-500-error/836
This commit is contained in:
parent
bf0c5e3ed9
commit
e60a99c6af
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Bugfix] Fix upload of video transcripts to S3
|
||||
- [Improvement] Memorize whether the user is running a production platform during interactive configuration
|
||||
|
||||
## v10.2.0 (2020-08-16)
|
||||
|
@ -55,6 +55,9 @@ RUN curl https://github.com/edx/edx-platform/commit/0e45ecb743a1f329be825367e726
|
||||
# Sustaining security fixes 2
|
||||
# https://github.com/edx/edx-platform/pull/24762
|
||||
RUN curl https://github.com/edx/edx-platform/commit/d9e0ca5e70d66e528262f80413f125d6bfac9e4e.patch | git apply -
|
||||
# Fix upload of video transcripts to s3
|
||||
# https://github.com/edx/edx-platform/pull/24800
|
||||
RUN curl https://github.com/edx/edx-platform/commit/80fa2cae128e2a1fd8ab298351b7b36c9d139e6c.patch | git apply -
|
||||
|
||||
###### Download extra locales to /openedx/locale/contrib/locale
|
||||
FROM minimal as locales
|
||||
|
Loading…
Reference in New Issue
Block a user