forked from TrueCloudLab/frostfs-s3-gw
parent
e904ed51c7
commit
dbfac29171
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ func (tc *testContext) getObject(objectName, versionID string, needError bool) (
|
|||
err = tc.layer.GetObject(tc.ctx, &GetObjectParams{
|
||||
ObjectInfo: objInfo,
|
||||
Writer: content,
|
||||
BucketInfo: tc.bktInfo,
|
||||
})
|
||||
require.NoError(tc.t, err)
|
||||
|
||||
|
|
Loading…
Reference in a new issue