]> git.openstreetmap.org Git - chef.git/blob - cookbooks/planet/templates/default/aws-config.erb
planet: first copy to s3
[chef.git] / cookbooks / planet / templates / default / aws-config.erb
1 [profile osm-pds]
2 region = eu-central-1
3
4 [profile osm-pds-upload]
5 region = eu-central-1
6 s3 =
7     max_bandwidth = 150MB/s
8     max_concurrent_requests = 256
9
10 [profile osm-osmdbt-state]
11 region = eu-west-1
12
13 [profile osm-osmdbt-state-upload]
14 region = eu-west-1
15 s3 =
16     max_bandwidth = 100MB/s
17     max_concurrent_requests = 256