feat: Implement S3 integration for system save data migration and retrieval

pull/61/head
Frederico Santos 1 month ago committed by frutescens
parent 5480c2ee72
commit aa2f02d275

@ -41,6 +41,7 @@ const secondsPerDay = 60 * 60 * 24
var ( var (
scheduler = cron.New(cron.WithLocation(time.UTC)) scheduler = cron.New(cron.WithLocation(time.UTC))
s3scheduler = cron.New(cron.WithLocation(time.UTC))
secret []byte secret []byte
) )

Loading…
Cancel
Save