Commit 6efb92c
authored
fix: Drop mock STATICFILES_STORAGE_KWARGS (#38551)
The setting was misleading, because it doesn't
do anything as-is. The code that reads from this
dict uses the default of
settings.STORAGES['staticfiles']['BACKEND'], which is
openedx.core.storage.ProductionStorage, as the key.
The data under the defined (and now removed) key
openedx.core.storage.ProductionS3Storage
would never have been used.1 parent c38fb07 commit 6efb92c
2 files changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | 742 | | |
747 | 743 | | |
748 | 744 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | | - | |
1112 | | - | |
1113 | | - | |
1114 | | - | |
1115 | 1111 | | |
1116 | 1112 | | |
1117 | 1113 | | |
| |||
1246 | 1242 | | |
1247 | 1243 | | |
1248 | 1244 | | |
1249 | | - | |
0 commit comments