working s3 integration

This commit is contained in:
Abhinav Adduri
2017-06-06 10:23:37 -07:00
committed by Danny Coates
parent 39a63cd16e
commit f377aa4551
2 changed files with 54 additions and 56 deletions

View File

@@ -37,7 +37,7 @@ class FileReceiver extends EventEmitter {
data: this.result,
fname: xhr
.getResponseHeader('Content-Disposition')
.match(/="(.+)"/)[1]
.match(/=(.+)/)[1]
});
};