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?