We have recently migrated the uploads to an AWS S3 Container, but there’s some stuff that is broken at this moment
Uploaded files still use the “old” path:
At our community, people can upload project files to share with our users, which are not treated as images
Due to this, posts having <a href="/uploads/default/...">Blah blah blah</a> point to our community instead of the community CDN (which is AWS), not like images
Images are working properly, but other files are not
What have I missed during the migration?