Fix spelling mistake

Signed-off-by: Мария Малыгина <m.malygina@yadro.com>
feature/add_multipart_support
Мария Малыгина 2023-07-17 16:13:34 +03:00
parent d1c6425c92
commit 46d5c647c0
1 changed files with 1 additions and 1 deletions

View File

@ -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)