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