drop the usage of Muse in favour of going straight object storage using the AWS SDK
update the API to allow for downloading files from object storage based on archiveId or the latest "all" archive
rework the all archive build process to immediately cancel when new events start coming in if mid-build
have the archive build process check that it is not building a duplicate archive, more relevant for future set query but also very useful if we wanted to use the interval builder instead of the event-driven one
NOTE: The app config has changed, we will need to update the deployment values
This is pretty significant refactor, the goals were the following:
archiveId
or the latest "all" archiveNOTE: The app config has changed, we will need to update the deployment values