annotate .aws/config @ 257:3ac7e5ec07f9 default tip

renamed cpython class Cdb to CCdb to avoid name conflict with cdb.Cdb
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 23 Jan 2025 12:53:28 +0000
parents 60e95defd1ec
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
235
60e95defd1ec new default from CC themselves
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 166
diff changeset
1 [default]
60e95defd1ec new default from CC themselves
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 166
diff changeset
2 retry_mode = adaptive
60e95defd1ec new default from CC themselves
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 166
diff changeset
3 max_attempts = 100
60e95defd1ec new default from CC themselves
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 166
diff changeset
4 s3 =
60e95defd1ec new default from CC themselves
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 166
diff changeset
5 multipart_threshold = 10GB
60e95defd1ec new default from CC themselves
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 166
diff changeset
6 max_concurrent_requests = 1
60e95defd1ec new default from CC themselves
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 166
diff changeset
7 multipart_chunksize = 10GB
60e95defd1ec new default from CC themselves
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 166
diff changeset
8
166
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9 [profile hst1]
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 = 4GB
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 = 32MB
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
16
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
17 [profile hst2]
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
18 retry_mode = adaptive
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
19 max_attempts = 100
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
20 s3 =
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
21 multipart_threshold = 1GB
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
22 max_concurrent_requests = 1
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
23 multipart_chunksize = 8MB