If you're storing an image Blob in App Engine, should you put it in the Blobstore or Google Cloud Storage?
问题 Google Cloud Storage seems more cost effective than the App Engine Blobstore . At the moment I am storing user-uploaded image files as Blob type fields in the Datastore (App Engine Java API, by the way). But I'm debating whether to switch to either the Blobstore or Google Cloud Storage to permit image sizes greater than 1MB. Google Cloud Storage seems more cost-effective than Blobstore . Which one would be better for storing large images? 回答1: The Blobstore is tightly integrated with App