Volume upload: state goes to " UploadAbandoned " state when uploaded thru UI.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/41382f6f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/41382f6f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/41382f6f Branch: refs/heads/volume-upload Commit: 41382f6f043075175a486410537fd7a6ffc534fc Parents: b616894 Author: Rajani Karuturi <[email protected]> Authored: Wed Feb 11 11:51:24 2015 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Tue Feb 17 11:52:35 2015 +0530 ---------------------------------------------------------------------- ui/scripts/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/41382f6f/ui/scripts/storage.js ---------------------------------------------------------------------- diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index d852bdc..3ca19b3 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -456,7 +456,7 @@ url: uploadparams.postURL, data: { signature: uploadparams.signature, - expires: uploadparams.timeout, + expires: uploadparams.expires, metadata: uploadparams.metadata } });
