Support SigV4 authentication for video upload

This commit is contained in:
Régis Behmo 2019-10-18 17:37:30 +02:00
parent 16e2e8fcb9
commit 9cc4074f53
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,12 @@
Note: Breaking changes between versions are indicated by "💥".
## 3.7.3 (2019-10-09)
## Unreleased
- [Improvement] Allow SigV4 authentication for video upload to S3
- [Bugfix] Fix cms development settings
## 3.7.3 (2019-10-17)
- [Improvement] Upgrade openedx locales to Ironwood

View File

@ -29,6 +29,8 @@ WORKDIR /openedx/edx-platform
RUN curl https://github.com/edx/edx-platform/commit/b33db2c548a1a530510d785f7659c78783a187fa.patch | git apply -
# CustomTagModule mako template injection https://groups.google.com/forum/#!topic/openedx-ops/aVHomKimstU
RUN curl https://github.com/edx/edx-platform/commit/f9689aadb0f8a41570a4bb76654f980b4e31ad96.patch | git apply -
# Allow SigV4 authentication for video uploads to S3 https://github.com/edx/edx-platform/pull/22080
RUN curl https://github.com/overhangio/edx-platform/commit/0d4f6cc3433013960b28e963c4094ef2a2a92f04.patch | git apply -
# Download extra locales to /openedx/locale
RUN cd /tmp \