Initial work on scheduled backups.

This commit is contained in:
Logan Gorence
2021-12-24 08:38:57 +00:00
parent b2851d13b9
commit c1f621aa7b
12 changed files with 119 additions and 8 deletions

View File

@ -2,4 +2,5 @@ dependencies {
// TODO: might be able to ship all dependencies in core? are we duplicating classes in JARs?
implementation("software.amazon.awssdk:s3:2.17.102")
implementation("org.quartz-scheduler:quartz:2.3.2")
}