]> git.openstreetmap.org Git - chef.git/commitdiff
Tune s3 upload speed and concurrency
authorGrant Slater <github@firefishy.com>
Thu, 28 Sep 2023 14:42:36 +0000 (15:42 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 28 Sep 2023 14:42:36 +0000 (15:42 +0100)
cookbooks/planet/templates/default/aws-config.erb

index d62dcdad94640151c0500b61d6cee652e04b80df..5f0a8c01d5eebf548f655548d38c01fa5e3247fa 100644 (file)
@@ -4,5 +4,5 @@ region = eu-central-1
 [profile osm-pds-upload]
 region = eu-central-1
 s3 =
-    max_bandwidth = 75MB/s
-    max_concurrent_requests = 512
+    max_bandwidth = 100MB/s
+    max_concurrent_requests = 256