annotate .aws/config @ 225:52b16f84ab14
rebuild with more consistent appearance
author |
Henry S. Thompson <ht@inf.ed.ac.uk> |
date |
Wed, 28 Feb 2024 15:13:38 +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
|