forked from TrueCloudLab/xk6-frostfs
removed ClientlLogMode
Signed-off-by: m.malygina <m.malygina@yadro.com>
This commit is contained in:
parent
c71fc8970f
commit
2f00260594
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ func (c *Client) Put(bucket, key string, payload goja.ArrayBuffer) PutResponse {
|
||||||
}
|
}
|
||||||
|
|
||||||
// log the request with body along with received response
|
// log the request with body along with received response
|
||||||
cfg.ClientLogMode = aws.LogResponseWithBody
|
//cfg.ClientLogMode = aws.LogResponseWithBody
|
||||||
client := s3.NewFromConfig(cfg)
|
client := s3.NewFromConfig(cfg)
|
||||||
rdr := bytes.NewReader(payload.Bytes())
|
rdr := bytes.NewReader(payload.Bytes())
|
||||||
sz := rdr.Size()
|
sz := rdr.Size()
|
||||||
|
|
Loading…
Add table
Reference in a new issue