chore(store/s3api): support IsPersistent call

Ref #1088

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-09-07 05:20:29 +00:00
parent 8683028520
commit 71afd2bf1d
+2
View File
@@ -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 }