forked from TrueCloudLab/xk6-frostfs
Fix spelling mistake
Signed-off-by: Мария Малыгина <m.malygina@yadro.com>
This commit is contained in:
parent
46d5c647c0
commit
1443da627c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func (c *Client) Multipart(bucket, key string, objPartSize int, payload goja.Arr
|
||||||
Key: aws.String(key),
|
Key: aws.String(key),
|
||||||
Body: payload.Bytes(),
|
Body: payload.Bytes(),
|
||||||
PartSize: objPartSize,
|
PartSize: objPartSize,
|
||||||
Concurrency: concurrency
|
Concurrency: concurrency,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
stats.Report(c.vu, objPutFails, 1)
|
stats.Report(c.vu, objPutFails, 1)
|
||||||
|
|
Loading…
Reference in a new issue