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

View File

@@ -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 }