browsermedia / browsercms

BrowserCMS: Humane Content Management for Rails
http://browsercms.org
GNU Lesser General Public License v3.0
1.17k stars 260 forks source link

File Storage #731

Closed thejrose1984 closed 10 years ago

thejrose1984 commented 10 years ago

I'm noticing that BrowserCMS stores files in Amazon and was wondering if there is a setting that can be adjusted to have files stored locally instead?

peakpg commented 10 years ago

The default option is actually local file storage and is usually what we have done with most sites we build. The S3 support is there for folks working with Heroku or with load balanced servers.

On Fri, Aug 22, 2014 at 3:17 PM, thejrose1984 notifications@github.com wrote:

I'm noticing that BrowserCMS stores files in Amazon and was wondering if there is a setting that can be adjusted to have files stored locally instead?

— Reply to this email directly or view it on GitHub https://github.com/browsermedia/browsercms/issues/731.

thejrose1984 commented 9 years ago

Hey @peakpg sorry to ask the same (or similar) question almost a year later. I'm trying to pinpoint what gem (or block of code) would determine file storage location.