A Django web application to receive, virus check and validate transfers of digital archival records, and allow archivists to appraise and accession those records.
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.
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.