For a GAE application, what are the tradeoffs between using the Blobstore and GCS?
- as of Aug 2015, the price of blobstore and GCS are the same ($0.312 per GB year)
- GCS has a nicer code interface (data referenced by things that look like file paths)
- GCS has console commands and a web UI for uploading/accessing data
Are there some kind of advantages to Blobstore that I'm missing?