Skip to content

Commit becbc82

Browse files
committed
fix: Silence spurious warning about missing STORAGE_CLASS key
1 parent bfa8dcc commit becbc82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openedx/envs/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,8 @@ def add_optional_apps(optional_apps, installed_apps):
15341534
# For more information, check https://github.com/openedx/edx-platform/pull/13388 and
15351535
# https://github.com/openedx/edx-platform/pull/14571.
15361536
TASK_MAX_RETRIES=5,
1537+
1538+
STORAGE_CLASS=None, # Resolved to default storage.
15371539
)
15381540

15391541
################################ Bulk Email ################################

0 commit comments

Comments
 (0)