changeset 166:cac9fb70a4ca

sic
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 31 Oct 2023 14:05:12 +0000
parents 26dfef7854f4
children e1881804855f
files .aws/config
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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