Search code examples
ruby-on-railsgoogle-app-engineamazon-s3herokucdn

Using Google App Engine as a Content delivery network


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?


Solution

  • 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.