RockefellerArchiveCenter / aurora

A Django web application to receive, virus check and validate transfers of digital archival records, and allow archivists to appraise and accession those records.
http://projectelectron.rockarch.org/
MIT License
26 stars 6 forks source link

Support application storage in AWS S3 #546

Closed helrond closed 1 year ago

helrond commented 2 years ago

Is your feature request related to a problem? Please describe.

Permissions management of local storage causes a tight coupling of system users with Django application users, which has historically been one of the most challenging things about Aurora from a deployment and maintenance perspective.

Describe the solution you'd like

Allow the application to use AWS S3 buckets for storage. This should be a configurable option

Additional context

Additional issues will be filed for specific tasks.