Support for BunnyCDN (as a replacement for S3 and AWS Cloudfront) #2018
Unanswered
connecteev
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently discovered BunnyCDN, an amazingly fast and cheap option for CDN and video hosting, trending on Hacker news. You can find the writeup comparing AWS S3 with BunnyCDN here - there are compelling reasons to use BunnyCDN over S3, with cost being a compelling factor.
As a follow-up I reached out to BunnyCDN myself, to clarify if it can be used as a replacement to Amazon's S3 and Cloudfront CDN, and the answer is yes! At the volume tier, which anyone can sign up for, It's 1/4th the price of S3, and 1/16th the price of Amazon's cloudfront CDN.
Here is some sample code for BunnyCDN. It would be great to have this natively available in Laravel Medialibrary.
Official PHP library for interacting with Storage here: https://github.com/BunnyWay/BunnyCDN.PHP.Storage
API for the CDN itself here: https://bunnycdn.docs.apiary.io/
Additional code: https://github.com/codewithmark/bunnycdn
Beta Was this translation helpful? Give feedback.
All reactions