Skip to content

Commit 0111db6

Browse files
committed
More comments about play without STS
1 parent f76bf9a commit 0111db6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.js

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ var STS = OSS.STS;
1818
// accessKeySecret: '<access-key-secret>',
1919
// bucket: '<bucket-name>'
2020
// });
21+
//
22+
// var applyTokenDo = function (func) {
23+
// return func(client);
24+
// };
2125

2226
var applyTokenDo = function (func) {
2327
var url = appServer;

0 commit comments

Comments
 (0)