Add config.aws().backupPrefix
This commit is contained in:
@@ -76,6 +76,7 @@ function initConfig() {
|
||||
data.backupKey = 'backupKey';
|
||||
data.aws = {
|
||||
backupBucket: 'backupBucketbucket',
|
||||
backupPrefix: 'backups',
|
||||
accessKeyId: 'accessKeyId',
|
||||
secretAccessKey: 'secretAccessKey'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user