]> git.openstreetmap.org Git - chef.git/commitdiff
Use S3 as the source for replication diffs for render servers
authorTom Hughes <tom@compton.nu>
Sun, 22 Oct 2023 18:36:17 +0000 (19:36 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 23 Oct 2023 08:24:46 +0000 (09:24 +0100)
cookbooks/tile/attributes/default.rb

index c471f2475bfe4666f0bb6d1fef0151c0e771e04b..776e274b08e11c7757833af9a347088a52e72f04 100644 (file)
@@ -8,7 +8,7 @@ default[:tile][:database][:tag_transform_script] = nil
 
 default[:tile][:mapnik] = "3.1"
 
-default[:tile][:replication][:url] = "https://planet.openstreetmap.org/replication/minute/"
+default[:tile][:replication][:url] = "https://osm-planet-eu-central-1.s3.dualstack.eu-central-1.amazonaws.com/planet/replication/minute"
 
 default[:tile][:data] = {}
 default[:tile][:styles] = {}