We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Merge pull request #57 from upyun/feature/copy-and-move feat: 新增复制文件和移动文件功能
Merge pull request #54 from ckaqq/master feat: 增加并行式断点续传上传文件功能
update readme
update readme.md
feat rename bucket -> service - 去除空间名相关描述,统一为服务 - 暂时保留兼容 `Config::bucketName` 属性
fix 预处理接口调用失败
feat add getMimetype method
doc: 添加国内镜像说明 pkg.phpcomposer.com
fix urlencode bug - utf-8 encode wrong before: `测试 +.txt` -> `%E6%B5_%E8%AF_%20+.txt` now: `测试 +.txt` -> `%E6%B5%8B%E8%AF%95%20+.txt` - add debug mode in config, default is false
feat 云处理、Rest API 使用新的签名方式