Skip to content

Commit

Permalink
fix getService https
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Jul 13, 2017
1 parent 04e4df8 commit 2fd887f
Show file tree
Hide file tree
Showing 4 changed files with 1,237 additions and 1,163 deletions.
5 changes: 4 additions & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ var getAuthorization = function (options, callback) {

var cos = new COS({
AppId: config.AppId,
ChunkParallelLimit: 1,
ProgressInterval: 1000,
FileParallelLimit: 3,
ChunkParallelLimit: 3,
ChunkSize: 1024 * 1024,
getAuthorization: getAuthorization
});
var TaskId;
Expand Down
Loading

0 comments on commit 2fd887f

Please sign in to comment.