-
Do you want to use a CDN to speed up the loading of videos and images while having unlimited storage outside your own machine? Technically, it’s possible to do, but it’s not entirely simple.
UNA by default stores all files (photos, videos, attachments, etc.) in the /storage folder on the same server where the website runs.
To move this to a CDN or another remote storage, new files must start uploading to the new location (for example S3).
Old files must be copied there as well, and the system’s links must point to the new source — so that files are now loaded from the CDN (e.g. https://cdn.domain.com/storage/...).
You do need to physically transfer the data and adjust the configuration so the website knows where to read them from.
If I'm wrong, someone will definitely correct me.