summaryrefslogtreecommitdiff
path: root/ugarit-backend-s3.scm
AgeCommit message (Collapse)Author
2021-09-07Allow for type file to be missing when data file is therePeter Bex
This is an edge case that we go through some lengths to avoid by always deleting the type file when the data file couldn't be stored. However, if the process is simply killed before we can delete the file, we may end in an inconsistent state. Hopefully this avoids that situation.
2018-01-01Add initial version of Amazon S3 backend for Ugarit backup systemPeter Bex