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

@ -40,8 +40,9 @@ import (
const secondsPerDay = 60 * 60 * 24 const secondsPerDay = 60 * 60 * 24
var ( var (
scheduler = cron.New(cron.WithLocation(time.UTC)) scheduler = cron.New(cron.WithLocation(time.UTC))
secret []byte s3scheduler = cron.New(cron.WithLocation(time.UTC))
secret []byte
) )
func Init() error { func Init() error {

Loading…
Cancel
Save