Add config.aws().backupPrefix

This commit is contained in:
Johannes Zellner
2015-08-25 10:01:25 -07:00
parent efcdffd8ff
commit 58f533fe50

View File

@@ -76,6 +76,7 @@ function initConfig() {
data.backupKey = 'backupKey';
data.aws = {
backupBucket: 'backupBucketbucket',
backupPrefix: 'backups',
accessKeyId: 'accessKeyId',
secretAccessKey: 'secretAccessKey'
};