1
0
mirror of https://github.com/minio/mc.git synced 2025-11-29 19:43:09 +03:00

add support for upload/download limits (#4388)

This commit is contained in:
Harshavardhana
2022-12-06 14:39:16 -08:00
committed by GitHub
parent 76d49771d9
commit dbc1f6ada0
10 changed files with 155 additions and 2 deletions

View File

@@ -225,6 +225,8 @@ type Config struct {
Lookup minio.BucketLookupType
ConnReadDeadline time.Duration
ConnWriteDeadline time.Duration
UploadLimit int64
DownloadLimit int64
Transport *http.Transport
}