From c14215f772db6bd664b619928cabe99a6b3f1b78 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 20 Oct 2023 12:19:13 +0100 Subject: [PATCH 1/1] planet: increase AWS upload max_bandwidth --- cookbooks/planet/templates/default/aws-config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/templates/default/aws-config.erb b/cookbooks/planet/templates/default/aws-config.erb index f68ce0f1a..a4994316f 100644 --- a/cookbooks/planet/templates/default/aws-config.erb +++ b/cookbooks/planet/templates/default/aws-config.erb @@ -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] -- 2.45.2