forked from TrueCloudLab/xk6-frostfs
add multipart description to scenarios.md
Signed-off-by: Мария Малыгина <m.malygina@yadro.com>
This commit is contained in:
parent
358f613eed
commit
a4c2d29eff
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ func (c *Client) Multipart(bucket, key string, objPartSize int, payload goja.Arr
|
|||
u.PartSize = int64(objPartSize)
|
||||
u.Concurrency = concurrency
|
||||
})
|
||||
_, err := uploader.Upload(context.TODO(), &s3.PutObjectInput{
|
||||
_, err := uploader.Upload(c.vu.Context(), &s3.PutObjectInput{
|
||||
Bucket: aws.String(bucket),
|
||||
Key: aws.String(key),
|
||||
Body: bytes.NewReader(payload.Bytes()),
|
||||
|
|
Loading…
Add table
Reference in a new issue