项目

常规

配置文件

插件目录 » 对象存储插件

作者 松本昌樹
网站 https://github.com/nttcom/redmine_objectstorage
代码仓库 https://github.com/nttcom/redmine_objectstorage.git
注册日期 2016-12-10 (7年多前)
当前版本 0.0.1
兼容性 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x
用户评分   (0)

使用Amazon S3和其他S3兼容存储作为Redmine(3.0或更高版本)的文件存储。

安装说明

安装插件

cd ${YOUR_REDMINE_ROOT}
git clone https://github.com/nttcom/redmine_objectstorage plugins/redmine_objectstorage
rm -rf plugins/redmine_objectstorage/.git # for Heroku or other PaaS users
Edit config/objectstorage.yml

cp plugins/objectstorage.yml.example config/objectstorage.yml

配置

编辑config/objectstorage.yml。

production:
  access_key_id: YOUR_ACCESS_KEY_ID
  secret_access_key: YOUR_SECRET_ACCESS_KEY
  bucket: BACKET_NAME
  endpoint: endpoint.example.com
  #signature_version: 2 # some storage backends are compatible only with signature version 2

变更日志

0.0.1 (2015-04-21)

兼容Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x。