Pass along aws config for updates

This commit is contained in:
Girish Ramakrishnan
2015-08-27 22:45:04 -07:00
parent b104843ae1
commit 291798f574
2 changed files with 4 additions and 2 deletions

View File

@@ -505,7 +505,8 @@ function doUpdate(boxUpdateInfo, callback) {
tlsKey: fs.readFileSync(path.join(paths.NGINX_CERT_DIR, 'host.key'), 'utf8'),
isCustomDomain: config.isCustomDomain(),
restoreUrl: null,
restoreKey: null
restoreKey: null,
aws: config.aws()
}
};