annotate .aws/config @ 186:75cc26b307be
with percentile instead of raw mean correl
author |
Henry S. Thompson <ht@inf.ed.ac.uk> |
date |
Tue, 28 Nov 2023 10:23:20 +0000 |
parents |
cac9fb70a4ca |
children |
60e95defd1ec |
rev |
line source |
166
|
1 [profile hst1]
|
|
2 retry_mode = adaptive
|
|
3 max_attempts = 100
|
|
4 s3 =
|
|
5 multipart_threshold = 4GB
|
|
6 max_concurrent_requests = 1
|
|
7 multipart_chunksize = 32MB
|
|
8
|
|
9 [profile hst2]
|
|
10 retry_mode = adaptive
|
|
11 max_attempts = 100
|
|
12 s3 =
|
|
13 multipart_threshold = 1GB
|
|
14 max_concurrent_requests = 1
|
|
15 multipart_chunksize = 8MB
|