[google-appengine] Re: What's up with Blobstore?

2017-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, There is work in progress on this issue, as one can gather from the "Add full blobstore support to bulkloader" issue . Meanwhile, similar functionality can be set up on user side. As an example, the "Backup GAE Data/Files from Blob Sto

[google-appengine] Re: What's up with Blobstore?

2017-05-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Here's a link to the above mentioned public issue: https://issuetracker.google.com/35888043 On Wednesday, May 17, 2017 at 2:37:49 PM UTC-4, George (Cloud Platform Support) wrote: > > Hello Joshua, > > There is work in progress on this issue, as one can gather from the "Add > full blobstore sup

[google-appengine] Re: What's up with Blobstore?

2017-05-17 Thread Jason Collins
This (unsupported, open source) tool might help too: https://github.com/GoogleCloudPlatform/appengine-blobstoremigrator-python On Wednesday, 17 May 2017 11:51:37 UTC-7, Nicholas (Google Cloud Support) wrote: > > Here's a link to the above mentioned public issue: > https://issuetracker.google.c

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-18 Thread Joshua Fox
Thank you Jason, Nicholas, and George. I hope that Google comes through with a transparent migration tool before deprecating Blobstore. On Thu, May 18, 2017 at 12:15 AM, Jason Collins wrote: > This (unsupported, open source) tool might help too: https://github.com/ > GoogleCloudPlatform/appeng

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-18 Thread Joshua Fox
Thank you, that is a useful illustration of how to access Blobstore from code that is not a browser. On Thu, May 18, 2017 at 12:15 AM, Jason Collins wrote: > This (unsupported, open source) tool might help too: https://github.com/ > GoogleCloudPlatform/appengine-blobstoremigrator-python > > > O

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-18 Thread Jeff Schnitzer
One programmer’s opinion: I did a migration from the Blobstore to GCS some years ago. The docs for GCS were a little bit obtuse and took a little work to figure out, but the end result was satisfying - GCS is a vastly better blobstore than the old Blobstore. And the GCS API is much more powerful t

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-21 Thread Joshua Fox
On Thu, May 18, 2017 at 10:00 PM, Jeff Schnitzer wrote: > One programmer’s opinion: > > I did a migration from the Blobstore to GCS some years ago. The docs for > GCS were a little bit obtuse and took a little work to figure out, but the > end result was satisfying - GCS is a vastly better blobst

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-29 Thread Attila-Mihaly Balazs
I'm confused a little bit. Isn't Blobstore backed by GCS? Why would one need to "migrate"? I only use Blobstore for the "create_upload_url" functionality and all the post-processing of the data is done trough GCS. Attila -- You received this message because you are subscribed to the Google Gro

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-29 Thread Joshua Fox
Blobstore can either use GCS as a backing store or use its own internal backing-store. My problem is what to do with a Blobstore that is not backed by GCS. On Mon, May 29, 2017 at 2:52 PM, Attila-Mihaly Balazs wrote: > I'm confused a little bit. Isn't Blobstore backed by GCS? Why would one > nee

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-29 Thread Jason Collins
It depends on when you created your project. Projects created since late 2016 use GCS by default. Projects created before that date used an internal storage by default where the blobs do not appear in GCS, though you can choose to use GCS instead by explicitly specifying a bucket. On Mon, 29 May