CMS that uses s3 for data storage?

I was wondering if anyone has any suggestions for a DAM (Digital Asset Manager) that uses S3 as a data store? I would like to use the following functions:

  • Assets held in S3 (or in some other cloud storage)
  • The ability to tag assets
  • Use a CDN (e.g. Cloudfront or Akamai) to deliver assets.

It can be a solution in any language, but PHP / Ruby on Rails is preferable if it is a web solution. I understand that I ride on my own using Paperclip / CarrierWave and acts like-taggable-on, but I'm looking for some kind of input!

Thanks!

EDIT: I want to change the requirements. I'm not looking for CMS, I'm looking for DAM (Digital Asset Manager). Thanks!

+4
source share
2 answers

I am returning Wordpress with the S3 plugin.

+1
source

Locomotive CMS uses S3. Can be deployed on Heroku using mongo DB.

edit: CMS for refinery !

+1
source

Source: https://habr.com/ru/post/1391912/


All Articles