accessKeyId, $this->accessKeySecret, $this->endpoint); $data = $ossClient->uploadFile($this->bucket, $oss_path, $file_path); return $oss_path; } }