添加oss返回自有域名
parent
a92e162a97
commit
c9f392e549
|
|
@ -17,6 +17,7 @@ class AliOssController extends Controller
|
||||||
'region_id'=> 'oss-'.config('filesystems.disks.aliyun.region'),
|
'region_id'=> 'oss-'.config('filesystems.disks.aliyun.region'),
|
||||||
'bucket'=>config('filesystems.disks.aliyun.bucket'),
|
'bucket'=>config('filesystems.disks.aliyun.bucket'),
|
||||||
'host'=>config('filesystems.disks.aliyun.sts_host'),
|
'host'=>config('filesystems.disks.aliyun.sts_host'),
|
||||||
|
'domain'=>config('filesystems.disks.aliyun.domain'),
|
||||||
], $aliStsService->createSts($request->user()?->phone)));
|
], $aliStsService->createSts($request->user()?->phone)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue