reduce sha256 CPU usage by turning it off for speedtests (#15154)

continuation of the PR #15151, keeping signature v4 for
the headers however avoiding sha256 for the body.
This commit is contained in:
Harshavardhana
2022-06-23 11:26:53 -07:00
committed by GitHub
parent 580d9db85e
commit e1afac9439
3 changed files with 7 additions and 6 deletions

2
go.mod
View File

@@ -49,7 +49,7 @@ require (
github.com/minio/highwayhash v1.0.2
github.com/minio/kes v0.19.2
github.com/minio/madmin-go v1.3.14
github.com/minio/minio-go/v7 v7.0.29
github.com/minio/minio-go/v7 v7.0.30-0.20220623010642-40b13d984ae3
github.com/minio/pkg v1.1.26
github.com/minio/selfupdate v0.4.0
github.com/minio/sha256-simd v1.0.0