laravel-google-cloud-storage
laravel-google-cloud-storage copied to clipboard
A Google Cloud Storage filesystem for Laravel
I know that for GCS doesn't have the concept of folder, but through Google Console you can create empty folders, so how do I know that a folder exists with...
Google Cloud Storage buckets have an option to define access control on the whole bucket instead of the per object approach: > Set permissions uniformly at bucket-level (Bucket Policy Only)...
Hi, How clear cache file?
Re-rolled from https://github.com/ralfiannor/laravel-google-cloud-storage/tree/patch-1; credit to @ralfiannor for the original patch, which I confirmed as working from awhile back.
Hello, I am deploying an app on Google App Engine making use of this package. Shall I create the /storage/framework and /storage/logs folder on the cloud bucket? Or Laravel will...
My config ``` 'gcs' => [ 'driver' => 'gcs', 'project_id' => env('GOOGLE_CLOUD_PROJECT_ID', 'your-project-id'), 'key_file' => [ 'type' => env('GOOGLE_CLOUD_ACCOUNT_TYPE'), 'private_key_id' => env('GOOGLE_CLOUD_PRIVATE_KEY_ID'), 'private_key' => env('GOOGLE_CLOUD_PRIVATE_KEY'), 'client_email' => env('GOOGLE_CLOUD_CLIENT_EMAIL'), 'client_id' =>...
I am relatively new to laravel and GCS so apologies for question if it is naive. I am trying to allow uploads which are large (>50mb) however, I get an...
I'm working with multi tenancy, I'd like to add a dynamic prefix, maybe with an service provider or overwriting any file, because I need the prefix to be the name...
I'm working with multi tenancy, I'd like to add a dynamic prefix, maybe with an service provider or overwriting any file, because I need the prefix to be the name...