I'm required to process large files, up to 2GB, in GAE (I'm using Python). of course I'll be running the code on a backend, however since a local storage isn't available the data will need to be in memory.
is there a file descriptor like wrapper for boto or other cloud storage supported protocol? or other recommended technique?
Thanks, Shay
You maybe interesting in "Google Cloud Storage Python API Overview". It works like a regular local file. I've used it on my project and didn't encountered any problems with it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With