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
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
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]
});
};