diff --git a/lib/store/s3api/s3api.go b/lib/store/s3api/s3api.go index 04c85304..757a06f6 100644 --- a/lib/store/s3api/s3api.go +++ b/lib/store/s3api/s3api.go @@ -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 }