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
There are some instances in the OCW Studio codebase where different functions that communicate with S3 are doing closely-related tasks. These end up duplicating some functionality, and also doing things slightly differently. Some examples are listed below:
Description/Context
There are some instances in the OCW Studio codebase where different functions that communicate with S3 are doing closely-related tasks. These end up duplicating some functionality, and also doing things slightly differently. Some examples are listed below:
ocw-studio/content_sync/utils.py
Lines 96 to 104 in 84813b4
ocw-studio/gdrive_sync/api.py
Lines 563 to 607 in 84813b4
ocw-studio/main/s3_utils.py
Lines 1 to 73 in 84813b4
ocw-studio/gdrive_sync/management/commands/move_misplaced_s3_keys.py
Lines 1 to 63 in 84813b4
Plan/Design
main/s3_utils.py
.The text was updated successfully, but these errors were encountered: