TKOaly / exam-archive-new

New exam archive ("Tärpistö") of TKO-äly ry
https://tarpisto.tko-aly.fi
MIT License
0 stars 3 forks source link

Implement exam filename renaming #27

Closed cxcorp closed 3 years ago

cxcorp commented 3 years ago

Closes #19

Adds a new button for exam files - rename. Renames the file_name for the exam in the database, and updates the S3 object's Content-Disposition header. The old header is still cached by CloudFront for some time, but if it becomes a problem, we can just generate a new UUID (file_path) when doing the S3 copyObject operation (metadata can only be changed when uploading/copying, so it requires a copy operation anyways).

Access to rename is given to administrators and exam archive managers. Can change in the future if needed.