forked from TrueCloudLab/xk6-frostfs
Fix spelling mistake
Signed-off-by: Мария Малыгина <m.malygina@yadro.com>
This commit is contained in:
parent
d1c6425c92
commit
46d5c647c0
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),
|
||||
Body: payload.Bytes(),
|
||||
PartSize: objPartSize,
|
||||
Concurrency: currency
|
||||
Concurrency: concurrency
|
||||
})
|
||||
if err != nil {
|
||||
stats.Report(c.vu, objPutFails, 1)
|
||||
|
|
Loading…
Reference in a new issue