-
Notifications
You must be signed in to change notification settings - Fork 146
Custom Domain URI #13
Comments
@michaelaguiar In your custom domain remove the s from httpS Similar issue here. I get http://custom.domain.com/BUCKET/path/to/file.ext |
@evinkuraga My bucket name is a custom domain Setting When this is set Any fix? |
@victorybiz You can set GOOGLE_CLOUD_STORAGE_API_URI=http://static.domain.com/ / at the end |
Thanks everyone, this issue is closed. |
Looks like I can only set a domain to go directly to a bucket. Because of this, the ->url() method will return https://domain.com/domain.com/file.ext. -- the second domain.com being the bucket.
If I try to do domain.com/bucket_name/file.ext, I get permission denied even though the file is public.
Am I missing something?
The text was updated successfully, but these errors were encountered: