prestashop - PHP stream wrapper for Google Cloud Storage -
i in process of setting prestashop installation in cluster of 3 gce instances, managed kubernetes. use cloud sql db , seems running well, except, of course images part, since prestashop in each pod uploads , shows images to/from it's local filesystem.
in app engine cloud use stream_context_set_default() , allow me use "gs://mybucket" regular path. there way in compute engine? if possible, making prestashop use cloud storage bucket can done in 2 lines of code.
there streamwrapper amazon s3 service need: http://hiousi.tumblr.com/post/94824087894/prestashop-images-hosted-on-amazon-s3 use cloud storage.
the source code stream wrapper can downloaded @ https://github.com/googlecloudplatform/appengine-php-sdk/tree/master/google/appengine/ext/cloud_storage_streams.
it has couple of dependencies on other gae apis such app identity & urlfetch. may need stubbed out or replaced equivalent services on gce.
Comments
Post a Comment