laravel-google-cloud-storage icon indicating copy to clipboard operation
laravel-google-cloud-storage copied to clipboard

A Google Cloud Storage filesystem for Laravel

Results 39 laravel-google-cloud-storage issues
Sort by recently updated
recently updated
newest added

It was mentioned previously (#35), but now the official adapters like S3 and Rackspace have the capabilities built-in as: `\Illuminate\Filesystem\FilesystemAdapter::temporaryUrl` ```php public function temporaryUrl($path, $expiration, array $options = []) {...

enhancement
help wanted
hacktoberfest

My bucket name is a custom domain `static.domain.com` which point to directly to my bucket. Setting `GOOGLE_CLOUD_STORAGE_API_URI=null`, `$disk->url('my_file.ext');` returns correctly with `https://storage.googleapis.com/static.domain.com/my_file.ext` When this is set `GOOGLE_CLOUD_STORAGE_API_URI=http://static.domain.com`, it returns `http://static.domain.com/static.domain.com/my_file.ext`...

enhancement
help wanted
hacktoberfest

it is possible to get the url of the resized image to generate thumbnails? Example: CloudStorageTools.getImageServingUrl()

Google ProjectID and Credentials (keyfile) are not necessary when the application is running inside GCP (as noted in https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md) Currently the package forces the user to provide a project ID...

I need to make Google vision read the uploaded images into Google storage, and for that, I need to get the URI for the image, so to get it? Thanks,

question

First off, great work to the creators and or maintainers. I've relied on this project for a few years on numerous projects, it's been awesome, I'm glad that I can...

It would be great if this package could publish it's service files. This way we could configure the client with specific configurations we might want to use.

help wanted

I want to use multiple gcs configs, but now only one. This PR enable to inherit this class and pass parameter when we want to use multiple gcs configs. Thanks!

Please Add Support Laravel 10