Out of the box, CKFinder is shipped with an adapter for S3 buckets which works nicely. Files are put into the bucket and fetched from it.
However, how can I, if at all, use Cloudfront in addition?
- Is it possible, or recommended, to choose a file and get its Cloudfront-URL instead of the S3 URL?
- Are Cloudfront URLs to be meant to last forever or are they rather volatile, i.e. are they only for the purpose of serving the files to user agents and hold for a few days, or can I safely put cloudfront URLs to the long-term storage?
Thanks in advance!