I am setting up a website right now and would love to use cloud-flare images for the great efficiency benefits. Currently I am utilizing digital ocean for image storage… whos cdn is still on http1.
The only problem is that there seems to be a massive overhead to the switch, as Cloudflare created its own api system for handling the files. With digital ocean they used aws’s fog upload system. I am not a fan of AWS, but the fog system seems to work. From what I can tell, many systems support fog uploading. Is there a plan to support this?
It seems unlikely that a customized library for Cloudflare images would make its way to what I am using (rails + carrierwave gem), and I am not sure I can justify writing the middle-ware to get that going (I am in a startup).