Closed beschoenen closed 1 year ago
This will make the adapter consistent with the logic of prepareConfig from version 2.2.3. https://github.com/spatie/laravel-google-cloud-storage/blob/2.2.3/src/GoogleCloudStorageServiceProvider.php#L102
prepareConfig
In 2.2.3 the storageApiUri was only set if storage_api_uri was not falsy, since 2.2.4 it's always set if storage_api_uri is set.
storageApiUri
storage_api_uri
Fixes #78
Thanks!
This will make the adapter consistent with the logic of
prepareConfig
from version 2.2.3. https://github.com/spatie/laravel-google-cloud-storage/blob/2.2.3/src/GoogleCloudStorageServiceProvider.php#L102In 2.2.3 the
storageApiUri
was only set ifstorage_api_uri
was not falsy, since 2.2.4 it's always set ifstorage_api_uri
is set.Fixes #78