I think the confusion is based on the fact that there is a Blobstore, and 
also a Blobstore API.  The Blobstore API can be used with files stored in 
the Blobstore, *OR* with files stored in GCS.

It is a rather confusing naming convention.  I might suggest a parallel 
"renamed-as-gcs" API, with the same functions as Blobstore API.  That may 
avoid future confusion, and make for cleaner code.

blobstore.create_gs_key(blobstore_filename)
blobstore.fetch_data(blob_key, 0, 2))
blobstore.delete(blob_key)
blobstore_handlers.BlobstoreDownloadHandler 
all rather confusing when using Google Cloud Storage, and not the Blobstore.

-- 
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.


Reply via email to