minio/cmd/config
Harshavardhana 6f6a2214fc
Add rate limiter for S3 API layer (#9196)
- total number of S3 API calls per server
- maximum wait duration for any S3 API call

This implementation is primarily meant for situations
where HDDs are not capable enough to handle the incoming
workload and there is no way to throttle the client.

This feature allows MinIO server to throttle itself
such that we do not overwhelm the HDDs.
2020-03-24 12:43:40 -07:00
..
cache Add cache eviction low and high watermarks (#8958) 2020-02-23 19:03:39 +05:30
compress Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
etcd re-implement data usage crawler to be more efficient (#9075) 2020-03-18 16:19:29 -07:00
identity Support multiple LDAP OU's, smAccountName support (#9139) 2020-03-21 22:47:26 -07:00
notify added support for SASL/SCRAM on Kafka bucket notifications. (#9168) 2020-03-20 11:10:27 -07:00
policy/opa Add new admin API to return Accounting Usage (#8689) 2020-02-04 18:20:39 -08:00
storageclass Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
bool-flag.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
bool-flag_test.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
certs.go Load certs even if they are symlinks (#8494) 2019-11-08 11:59:20 +05:30
certs_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
config.go fix: set appropriate defaults when new keys added (#8795) 2020-01-10 16:57:18 -08:00
config_test.go Fix console logger crash in gateway mode (#8525) 2019-11-14 14:19:57 -08:00
constants.go Add rate limiter for S3 API layer (#9196) 2020-03-24 12:43:40 -07:00
errors-utils.go re-implement data usage crawler to be more efficient (#9075) 2020-03-18 16:19:29 -07:00
errors.go Add cache eviction low and high watermarks (#8958) 2020-02-23 19:03:39 +05:30
help.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
legacy.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00