change backup provider to caas

This commit is contained in:
Girish Ramakrishnan
2015-11-07 09:17:58 -08:00
parent a4923f894c
commit cc6f726f71

View File

@@ -578,7 +578,8 @@ function doUpdate(boxUpdateInfo, callback) {
key: null
},
backupConfig: {
provider: 's3',
provider: 'caas',
token: config.token(),
key: config.backupKey(),
region: config.aws().region,
bucket: config.aws().backupBucket,