# OSS Aliyun 使用阿里云对象存储 OSS 作为附件存储空间的 WordPress 插件 [![Latest Version](https://img.shields.io/github/release/sy-records/aliyun-oss-wordpress.svg?style=flat-square)](https://github.com/sy-records/aliyun-oss-wordpress/releases) [![License](https://img.shields.io/github/license/sy-records/aliyun-oss-wordpress?color=blue)](LICENSE) [![contact-@Luffy](https://img.shields.io/badge/contact-@Luffy-blue.svg)](https://qq52o.me) [![contributors](https://img.shields.io/github/contributors/sy-records/aliyun-oss-wordpress?color=blue)](https://github.com/sy-records/aliyun-oss-wordpress/graphs/contributors) ## 插件特色 * [x] 可配置是否上传缩略图和是否保留本地备份 * [x] 本地删除可同步删除阿里云对象存储OSS中的文件 * [x] 支持阿里云对象存储OSS绑定的用户域名 * [x] 支持替换数据库中旧的资源链接地址 * [x] 支持阿里云对象存储OSS完整地域使用 * [x] 支持同步历史附件到阿里云对象存储OSS ## 安装 ### 后台安装(推荐使用) WordPress 后台安装插件页面搜索`OSS Aliyun`,点击安装 ### 下载源码 从 Github 下载源码,通过 WordPress 后台上传安装,或者直接将源码上传到 WordPress 插件目录`wp-content/plugins`,然后在后台启用 Github 下载节点:[https://github.com/sy-records/aliyun-oss-wordpress/releases/latest](https://github.com/sy-records/aliyun-oss-wordpress/releases/latest) ## 修改配置 * 方法一:在 WordPress 插件管理页面有设置按钮,进行设置 * 方法二:在 WordPress 后台管理左侧导航栏`设置`下`阿里云OSS设置`,点击进入设置页面 ## 常见问题 * 通过文件URL访问图片无法预览而是以附件形式下载? 因为Bucket是2019年9月23日后创建的,使用默认域名时会自动下载,需要绑定自有域名访问。具体参考[阿里云文档](https://help.aliyun.com/document_detail/142631.html)。 ## 插件截图 ![设置页面](screenshot-1.png) ![update-wordpress-posts-photos.png](screenshot-2.png)