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
25 stars 6 forks source link

Remove ability to upload unserialized bags #577

Closed helrond closed 1 year ago

helrond commented 1 year ago

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

Aurora currently allows users to upload unserialized bags. This introduces significant complexities into the application, which will only increase with S3 storage.

Describe the solution you'd like

Do not allow users to upload unserialized transfers. This will require changes to code, tests and documentation.