|
...
|
...
|
@@ -25,8 +25,6 @@ class CosService |
|
|
|
*/
|
|
|
|
public function uploadFile(&$files,$path,$filename, $binary = false,$watermarkOptions = null)
|
|
|
|
{
|
|
|
|
$files = 'globalso-v6-1309677403.cos.ap-hongkong.myqcloud.com/upload/m/image_other/2024-08/3.jpg';
|
|
|
|
$binary = true;
|
|
|
|
$cos = config('filesystems.disks.cos');
|
|
|
|
$cosClient = new Client([
|
|
|
|
'region' => $cos['region'],
|
...
|
...
|
|