1
This commit is contained in:
@@ -57,7 +57,8 @@ class Oss
|
||||
|
||||
$response = array();
|
||||
$response['accessid'] = $this->config['accessKey'];
|
||||
$response['host'] = "https://" . $this->config['bucket'] . '.' . $this->config['endpoint'];
|
||||
// $response['host'] = "https://" . $this->config['bucket'] . '.' . $this->config['endpoint'];
|
||||
$response['host'] = config('alibaba.oss.custom_domain_name');
|
||||
$response['policy'] = $base64_policy;
|
||||
$response['signature'] = $signature;
|
||||
$response['expire'] = $end;
|
||||
|
||||
Reference in New Issue
Block a user