Use S3 client for uplooads/downloads during perf test (#14553)

This commit is contained in:
Krishna Srinivas
2022-03-16 16:58:46 -07:00
committed by GitHub
parent 0bf80b3c89
commit ff811f594b
3 changed files with 28 additions and 28 deletions
+1
View File
@@ -349,6 +349,7 @@ var (
// Used for collecting stats for netperf
globalNetPerfMinDuration = time.Second * 10
globalNetPerfRX netPerfRX
globalObjectPerfBucket = "minio-perf-test-tmp-bucket"
// Add new variable global values here.
)