Warm tip: This article is reproduced from stackoverflow.com, please click
amazon-s3 google-app-engine heroku ruby-on-rails cdn

Using Google App Engine as a Content delivery network

发布于 2020-03-27 15:40:59

I would like to know if Google App Engine can be used as a Content delivery network like aws S3. I'm running a RoR app on Heroku and I would like store my uploaded files on GAE instead of s3.

If it's possible what would be the best way to do it?

Questioner
Roch
Viewed
83
Mario Menger 2010-03-23 18:04

http://24ways.org/2008/using-google-app-engine-as-your-own-cdn

It won't be able to host files over 1MB though.

Make sure to read through the comments on that blog post as well, some have concerns about the terms of service.