=== Sync QCloud COS ===
Contributors: shenyanzhi
Donate link: https://qq52o.me/sponsor.html
Tags: COS, 腾讯云, 对象存储, Tencent, Qcloud
Requires at least: 4.2
Tested up to: 5.3.2
Stable tag: 4.3
Requires PHP: 5.6.0
Stable tag: 1.6.2
License: GPL v3
License URI: https://opensource.org/licenses/GPL-3.0
使用腾讯云对象存储服务 COS 作为附件存储空间。(This is a plugin that uses Tencent Cloud Cloud Object Storage for attachments remote saving.)
== Description ==
使用腾讯云对象存储服务 COS 作为附件存储空间。(This is a plugin that uses Tencent Cloud Cloud Object Storage for attachments remote saving.)
依赖第三方服务
- 依赖腾讯云COS服务:https://cloud.tencent.com/product/cos
- 使用说明:https://cloud.tencent.com/product/cos/details
插件特点
1. 可配置是否上传缩略图和是否保留本地备份
2. 本地删除可同步删除腾讯云对象存储 COS 中的文件
3. 支持腾讯云对象存储 COS 绑定的个性域名
4. 支持替换数据库中旧的资源链接地址
5. 支持北京、上海、广州、香港、法兰克福等完整地域使用
6. 支持同步历史附件到 COS
7. 插件更多详细介绍和安装:[https://github.com/sy-records/wordpress-qcloud-cos](https://github.com/sy-records/wordpress-qcloud-cos)
作者博客
[沈唁志](https://qq52o.me "沈唁志")
== Installation ==
1. Upload the folder `wordpress-qcloud-cos` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. That's all
== Screenshots ==
1. screenshot-1.png
== Changelog ==
= 1.6.2 =
* 修复腾讯云cos返回数据格式不一致问题
= 1.6.1 =
* 增强存储桶配置验证
* cos client增加schema
= 1.6.0 =
* 升级sdk为v5版本
* 修复本地文件夹和URL前缀结尾 / 去除失败
* 优化URL前缀注意事项提示中的http和https
= 1.5.1 =
* 优化button按钮样式
* 优化sdk中的代码
= 1.5.0 =
* 修复第一次删除文件失败,报错 ERROR_PROXY_APPID_USERID_NOTMATCH,导致删除文件不完整
* 优化删除逻辑
* 移除时区设置
* 增加发布版本链接
* 修改 README 中的常见问题
= 1.4.3 =
* 修复地域选择上海地区跳转华中问题
= 1.4.2 =
* 修复导致评论时间戳差 8 小时问题
= 1.4 =
* 增加替换文章中资源链接地址功能
= 1.3 =
* 添加北京、香港、法兰克福等完整地域使用
= 1.0 =
* First version