# HG changeset patch # User Henry S. Thompson # Date 1698761112 0 # Node ID cac9fb70a4ca8147919cf351aed3784bcd50cb55 # Parent 26dfef7854f4a947b7043257932dfae777ac8c3d sic diff -r 26dfef7854f4 -r cac9fb70a4ca .aws/config --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.aws/config Tue Oct 31 14:05:12 2023 +0000 @@ -0,0 +1,15 @@ +[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