Description
This ticket covers the migration of any existing large images currently stored in the codebase to S3, and their subsequent removal from the repo. This ensures consistency across all stored assets and reduces codebase bloat.
Acceptance Criteria
- All existing large images stored in the codebase are identified and catalogued
- Images are uploaded to the appropriate S3 bucket
- All references in the codebase are updated to pull from S3
- Original images are deleted from the codebase following successful migration and reference updates
- No broken image references remain after migration
Description
This ticket covers the migration of any existing large images currently stored in the codebase to S3, and their subsequent removal from the repo. This ensures consistency across all stored assets and reduces codebase bloat.
Acceptance Criteria