Fix spelling mistake

Signed-off-by: Мария Малыгина <m.malygina@yadro.com>
feature/add_multipart_support
Мария Малыгина 2023-07-17 16:16:26 +03:00
parent 46d5c647c0
commit 1443da627c
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: concurrency
Concurrency: concurrency,
})
if err != nil {
stats.Report(c.vu, objPutFails, 1)