mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 03:27:13 +08:00
feat: Implement S3 integration for system save data migration and retrieval
This commit is contained in:
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…
x
Reference in New Issue
Block a user