mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +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
|
||||
}
|
||||
|
||||
func (Store) IsPersistent() bool { return true }
|
||||
|
||||
Reference in New Issue
Block a user