oss
parent
c52dd897f5
commit
4ccc747ea1
|
|
@ -16,7 +16,7 @@ class AliOssController extends Controller
|
|||
return response()->json(array_merge([
|
||||
'region_id'=> 'oss-'.config('filesystems.disks.aliyun.region'),
|
||||
'bucket'=>config('filesystems.disks.aliyun.bucket'),
|
||||
'host'=>config('filesystems.disks.aliyun.enpoint'),
|
||||
'host'=>config('filesystems.disks.aliyun.endpoint'),
|
||||
'domain'=>config('filesystems.disks.aliyun.domain'),
|
||||
], $aliStsService->createSts($request->user()?->phone)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue