]> git.openstreetmap.org Git - chef.git/blob - cookbooks/db/templates/default/wal-e.erb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / db / templates / default / wal-e.erb
1 #!/bin/sh
2
3 # DO NOT EDIT - This file is being maintained by Chef
4
5 export WALE_S3_PREFIX="s3://openstreetmap-wal/"
6 export AWS_ACCESS_KEY_ID="AKIAIQX2LTDOBIW4CZUQ"
7 export AWS_SECRET_ACCESS_KEY="<%= @s3_key %>"
8 export AWS_REGION="eu-west-2"
9
10 exec /usr/local/bin/wal-e "$@" < /dev/null