minio/pkg/event
Harshavardhana c13afd56e8
Remove MaxConnsPerHost settings to avoid potential hangs (#10438)
MaxConnsPerHost can potentially hang a call without any
way to timeout, we do not need this setting for our proxy
and gateway implementations instead IdleConn settings are
good enough.

Also ensure to use NewRequestWithContext and make sure to
take the disks offline only for network errors.

Fixes #10304
2020-09-08 14:22:04 -07:00
..
target Remove MaxConnsPerHost settings to avoid potential hangs (#10438) 2020-09-08 14:22:04 -07:00
arn_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
arn.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
config_test.go Fix Retention, ObjectLock, LegalHold struct namespaces correctly. (#8909) 2020-01-30 09:58:05 +05:30
config.go fix: return Range errors after If-Matches (#10045) 2020-07-17 13:01:22 -07:00
errors.go re-implement data usage crawler to be more efficient (#9075) 2020-03-18 16:19:29 -07:00
event.go fix: reply back user-metadata in lower case form (#9697) 2020-05-25 16:51:32 -07:00
name_test.go feat: Add notification support for bucketCreates and removal (#10075) 2020-07-20 12:52:49 -07:00
name.go Add support for server side bucket replication (#9882) 2020-07-21 17:49:56 -07:00
rules_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
rules.go optimize Listen bucket notification implementation (#9444) 2020-04-27 06:25:05 -07:00
rulesmap_test.go Add support for object locking with legal hold. (#8634) 2020-01-16 15:41:56 -08:00
rulesmap.go optimize Listen bucket notification implementation (#9444) 2020-04-27 06:25:05 -07:00
targetid_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
targetid.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
targetidset_test.go optimize Listen bucket notification implementation (#9444) 2020-04-27 06:25:05 -07:00
targetidset.go optimize Listen bucket notification implementation (#9444) 2020-04-27 06:25:05 -07:00
targetlist_test.go optimize Listen bucket notification implementation (#9444) 2020-04-27 06:25:05 -07:00
targetlist.go optimize Listen bucket notification implementation (#9444) 2020-04-27 06:25:05 -07:00