ufs.sh or utfs.io?
Docs say:
Previously, all files were served from https://utfs.io/f/<FILE_KEY>. This is still supported, but not recommended and may be deprecated in the future.
and also
Everything is served from https://<APP_ID>.ufs.sh/f/<FILE_KEY>
But the upload function returns the response object with file url as a utfs.io
Should we be re-writing this manually for each upload?3 Replies
Theo mentioned in a YouTube video that this is for security, so that each app can have a separate sub-domain name
Theo - t3․gg
YouTube
Antivirus Software Kills Startups
Running a company is hard, especially hard when things you never thought of like Malwarebytes nearly destroy your company...
Thank you appwrite for sponsoring! Check them out at: https://soydev.link/appwrite
SOURCES
https://x.com/theo/status/1876115227277955191
https://x.com/theo/status/1878924426609373248
Check out T3 Chat: https://t3.chat
A...
Makes sense as to why we're using .sh - no problem with that. Just wondering what the practical outcome is now though. So we're manually re-writing links that come back from the react component?