php - Is it possible to upload files directly to the Google Cloud Storage? -


i have written file upload larger files uploading files cloud storage. unfortunately takes while, because files uploaded web server first, , again web server google cloud storage. there way upload files directly cloud storage google php api client (https://github.com/google/google-api-php-client)? couldn't find on topic in docs.

you need create upload url name of bucket, , upload go directly bucket.

https://cloud.google.com/appengine/docs/php/googlestorage/user_upload


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -