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:
@@ -225,6 +225,8 @@ type Config struct {
|
||||
Lookup minio.BucketLookupType
|
||||
ConnReadDeadline time.Duration
|
||||
ConnWriteDeadline time.Duration
|
||||
UploadLimit int64
|
||||
DownloadLimit int64
|
||||
Transport *http.Transport
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user