tigrish / redmine_s3

Uses Amazon S3 for storing attachments
50 stars 84 forks source link

= S3 plugin for Redmine

== Description This Redmine[http://www.redmine.org] plugin makes file attachments be stored on "Amazon S3"[http://aws.amazon.com/s3] rather than on the local filesystem.

== Installation

  1. Make sure Redmine is installed and cd into it's root directory
  2. git clone git://github.com/tigrish/redmine_s3.git vendor/plugins/redmine_s3
  3. cp vendor/plugins/redmine_s3/config/s3.yml.example config/s3.yml
  4. Edit config/s3.yml with your favourite editor
  5. Restart mongrel/upload to production/whatever
  6. Optional: Run 'rake redmine_s3:files_to_s3' to upload files in your files folder to s3

== Options Overview

== Options Detail

== Reporting Bugs and Getting Help Bugs and feature requests may be filed at https://github.com/tigrish/redmine_s3/issues