Skip to content

jeremydw/gae-gcs-file-upload-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google App Engine <-> Google Cloud Storage sample application

Demonstrates one way to write an App Engine application that stores user-uploaded avatars and serves them directly to users from Google Cloud Storage.

Serving directly from GCS is cheaper, faster, and better.

Request architecture overview

 +------+       +-----+       +-----+  
 |      | +---> | GAE | +---> |     |  
 | User |       +-----+       | GCS |  
 |      |                     |     |  
 +------+ <-----------------+ +-----+  

About

Demonstrates handling file uploads with a Google App Engine frontend and serving static files directly to users from a Google Cloud Storage backend.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages