view .aws/config @ 202:10ff891fd656

get single graph working, tweak params various
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 05 Dec 2023 19:49:11 +0000
parents cac9fb70a4ca
children 60e95defd1ec
line wrap: on
line source

[profile hst1]
retry_mode = adaptive
max_attempts = 100
s3 =
    multipart_threshold = 4GB
    max_concurrent_requests = 1
    multipart_chunksize = 32MB

[profile hst2]
retry_mode = adaptive
max_attempts = 100
s3 =
    multipart_threshold = 1GB
    max_concurrent_requests = 1
    multipart_chunksize = 8MB