Set the remote writer ref on writer creation
Ensures that status calls to the remote writer correctly sets the ref. Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
@@ -115,6 +115,7 @@ func (rs *remoteStore) Writer(ctx context.Context, ref string, size int64, expec
|
||||
}
|
||||
|
||||
return &remoteWriter{
|
||||
ref: ref,
|
||||
client: wrclient,
|
||||
offset: offset,
|
||||
}, nil
|
||||
|
||||
Reference in New Issue
Block a user