Plugins Directory » Object Storage Plugin
|
Author: | Masaki Matsushita |
---|---|---|
Website: | https://github.com/nttcom/redmine_objectstorage | |
Code repository: | https://github.com/nttcom/redmine_objectstorage.git | |
Registered on: | 2016-12-10 (over 8 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x | |
User ratings: |
Use Amazon S3 and other S3 compatible storages as file store for your Redmine (3.0 or later).
Installation notes
Install Plugin¶
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
Configuration¶
Edit 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
Changelog
0.0.1 (2015-04-21)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.