]> git.openstreetmap.org Git - chef.git/commitdiff
planet: increase AWS upload max_bandwidth
authorGrant Slater <github@firefishy.com>
Fri, 20 Oct 2023 11:19:13 +0000 (12:19 +0100)
committerGrant Slater <github@firefishy.com>
Fri, 20 Oct 2023 11:19:13 +0000 (12:19 +0100)
cookbooks/planet/templates/default/aws-config.erb

index f68ce0f1a837b178121de6782c1374249683ad29..a4994316fdf08494a7ded2d9c20ca9c79fcb55f5 100644 (file)
@@ -4,7 +4,7 @@ region = eu-central-1
 [profile osm-pds-upload]
 region = eu-central-1
 s3 =
-    max_bandwidth = 100MB/s
+    max_bandwidth = 150MB/s
     max_concurrent_requests = 256
 
 [profile osm-osmdbt-state]