annotate .aws/config @ 215:d2c4fec1ed21

correct Usage
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 15 Feb 2024 22:31:09 +0000
parents cac9fb70a4ca
children 60e95defd1ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
166
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 [profile hst1]
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 retry_mode = adaptive
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 max_attempts = 100
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 s3 =
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 multipart_threshold = 4GB
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 max_concurrent_requests = 1
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7 multipart_chunksize = 32MB
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9 [profile hst2]
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10 retry_mode = adaptive
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
11 max_attempts = 100
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
12 s3 =
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
13 multipart_threshold = 1GB
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
14 max_concurrent_requests = 1
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
15 multipart_chunksize = 8MB