forked from TrueCloudLab/frostfs-s3-gw
Fix NeoFS Object Layer -> GetObjectNInfo
This commit is contained in:
parent
be43700e8f
commit
d78a2c4488
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ func (n *neofsObject) GetObjectNInfo(ctx context.Context, bucket, object string,
|
|||
|
||||
pipeCloser := func() { _ = pr.Close() }
|
||||
|
||||
return minio.NewGetObjectReaderFromReader(pr, oi, opts.CheckCopyPrecondFn, pipeCloser)
|
||||
return minio.NewGetObjectReaderFromReader(pr, oi, opts, pipeCloser)
|
||||
}
|
||||
|
||||
// GetObject from storage.
|
||||
|
|
Loading…
Reference in a new issue