manunkind
Member
Posted 2 years ago #
Just a quick question.....most content storage providers (I use Amazon S3) charge you for bandwidth usage as well. If we use the CDN option we lose local control (being able to prevent hotlinking our images) and this will probably cost us additional money from someone ELSE using our bandwidth now. Am I correct in assuming this?
That's true no matter where your data is stored unless it's your own server and you take preventative steps (which are not foolproof).
manunkind
Member
Posted 2 years ago #
Gotcha. If it does turn into a problem is there a way to stop hosting the media library via the CDN and just keep hosting all the other stuff? I uploaded my media library and it changes the links but I don't see a way to undo this without turning off CDN completely.
How would I keep using the CDN (Cloudfront in my case) option, but keep my media library local?
You can put wp-content/uploads/* in the "rejected files" field on the CDN Settings tab, where wp-content/uploads/ is the path to your media library files.
manunkind
Member
Posted 2 years ago #
manunkind
Member
Posted 2 years ago #
It does indeed work like a charm. Thank you.