Plugins Directory » redmine4_amazon_s3
|
Author: | Josef H |
---|---|---|
Website: | https://github.com/jhovad/redmine4_amazon_s3 | |
Code repository: | https://github.com/jhovad/redmine4_amazon_s3 | |
Registered on: | 2020-03-17 (over 4 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
This Redmine 4 plugin stores file attachments on Amazon S3 instead of the local filesystem.
!!! Actually, I don't like this solution, but it works for me and it was fast implementation ...
-> Much more I would appreciate if Redmine switch to Active Storage which is part of Rails and works like a charm for locals storage end even for cloud storages.
==
Attributions and license
This project is a fork of https://github.com/x3ro/redmine_amazon_s3 which, in turn, was forked from the ka8725/redmine_s3 which, in turn, was forked from the original gem.
See the LICENSE file.
Installation notes
clone the plugin into plugins and name it "amazon_s3"
copy the default configuration into your Redmine setupcp plugins/amazon_s3/config/amazon_s3.example.yml config/amazon_s3.yml
update your dependenciesbundle
delete the .git directory of the plugin and commit it to your favorite version control systemrm -Rf plugins/redmine_s3/.git
Changelog
0.0.1 (2020-03-17)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.