Volume upload: state goes to " UploadAbandoned " state when uploaded thru UI.

This commit is contained in:
Rajani Karuturi 2015-02-11 11:51:24 +05:30
parent b616894c21
commit 41382f6f04
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@
url: uploadparams.postURL,
data: {
signature: uploadparams.signature,
expires: uploadparams.timeout,
expires: uploadparams.expires,
metadata: uploadparams.metadata
}
});