annotate .aws/config @ 196:1b4a036171e0
replace wrong one with right one
author |
Henry S. Thompson <ht@inf.ed.ac.uk> |
date |
Mon, 04 Dec 2023 09:42:39 +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
|