-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
AliOssServiceProvider.php
修改内部节点为:$epInternal = empty($config['endpoint_internal']) ? $endPoint : $config['endpoint_internal']; // 内部节点
$client = new OssClient($accessId, $accessKey, $epInternal);
filesystems.php
参数描述:
···
'endpoint' => '外网访问节点',
'endpoint_internal' => '内网节点',
'cdnDomain' => '自定义OSS外网访问域名',
'ssl' => true,
'isCName' => true,
····
修改后:
Storage::url($yourpath); 就可以获取正常的自定义url
yavana, ahu, shiny and Yong-000001
Metadata
Metadata
Assignees
Labels
No labels