8000 Tags · majiameng/uploads · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: majiameng/uploads

Tags

v1.0.2

Toggle v1.0.2's commit message
2021-03-12 更新以下功能

Tag v1.0.2
```
1.增加oss上传设置元信息

可直接下载的文件
$option = [
    OssClient::OSS_CONTENT_TYPE => 'application/octet-stream',
];
$oss_upload_result = $drive->uploadFile($save_file_path, $upload_path,$option);
```
0