On Saturday, June 8, 2013 2:04:23 AM UTC-4, Chris Ramsdale wrote: > what would keep you from migrating over to a Cloud Storage-based solution? >
1. Its a bit of a pain to get set up with cloud storage, especially all the service name account and permissions stuff. Blobstore is nice because it just works. 2. I have mobile clients which use the blobstore upload system. I would want the existing clients to continue to work if I migrated to cloud storage. I looked into the cloud storage API and you couldn't exactly mimic the blobstore protocol. 3. Blobstore doesn't require unique filenames. so when uploading files, I hardcode in a file name since it doesn't matter. To switch to cloud storage, I'd have to come up with a unique filename. --Alex -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
