You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
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 which is not valid instead of http://static.domain.com/my_file.ext.
Any fix?
The text was updated successfully, but these errors were encountered:
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 withhttps://storage.googleapis.com/static.domain.com/my_file.ext
When this is set
GOOGLE_CLOUD_STORAGE_API_URI=http://static.domain.com
, it returnshttp://static.domain.com/static.domain.com/my_file.ext
which is not valid instead ofhttp://static.domain.com/my_file.ext
.Any fix?
The text was updated successfully, but these errors were encountered: