Hi,

As Tapir mentioned, Cloud App Engine is a cloud computing platform and is 
not designed to be a CDN. I should note that you can only serve static 
content 
<https://cloud.google.com/appengine/docs/standard/python3/serving-static-files> 
directly from your application, host it on a GCP option like Cloud Storage, 
or use a third-party content delivery network (CDN) 
<https://cloud.google.com/appengine/docs/standard/python3/serving-static-files#serving_from_a_third-party_content_delivery_network>.
 
You may also take a look at this thread 
<https://serverfault.com/questions/133157/using-googles-app-engine-as-cdn-for-static-files>
 
on Server Fault which compared GAE to various CDNs.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2eb9aae3-2c74-440f-8043-31803dcce320%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to