From 46d5c647c06582bc4ee57eab8336f13632d8bacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=B8=D1=8F=20=D0=9C=D0=B0=D0=BB=D1=8B?= =?UTF-8?q?=D0=B3=D0=B8=D0=BD=D0=B0?= Date: Mon, 17 Jul 2023 16:13:34 +0300 Subject: [PATCH] Fix spelling mistake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Мария Малыгина --- internal/s3/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/s3/client.go b/internal/s3/client.go index c01d727..d6f4459 100644 --- a/internal/s3/client.go +++ b/internal/s3/client.go @@ -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)