X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/43ff2cf4703832ed07fa8ec39b4b79aca712694c..f8a576aca1270f703f38c3257cf533390692de06:/cookbooks/planet/templates/default/aws-config.erb?ds=inline diff --git a/cookbooks/planet/templates/default/aws-config.erb b/cookbooks/planet/templates/default/aws-config.erb index d62dcdad9..a4994316f 100644 --- a/cookbooks/planet/templates/default/aws-config.erb +++ b/cookbooks/planet/templates/default/aws-config.erb @@ -4,5 +4,14 @@ region = eu-central-1 [profile osm-pds-upload] region = eu-central-1 s3 = - max_bandwidth = 75MB/s - max_concurrent_requests = 512 + max_bandwidth = 150MB/s + max_concurrent_requests = 256 + +[profile osm-osmdbt-state] +region = eu-west-1 + +[profile osm-osmdbt-state-upload] +region = eu-west-1 +s3 = + max_bandwidth = 100MB/s + max_concurrent_requests = 256