mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-21 07:36:40 +00:00
chore(store/s3api): support IsPersistent call
Ref #1088 Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -74,3 +74,5 @@ func (s *Store) Set(ctx context.Context, key string, value []byte, expiry time.D
|
|||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (Store) IsPersistent() bool { return true }
|
||||||
|
|||||||
Reference in New Issue
Block a user