We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d51c3 commit b631f1bCopy full SHA for b631f1b
demo/demo-sts-scope.js
@@ -31,6 +31,7 @@ var allowScope = function (scope) {
31
var cos = new COS({
32
getAuthorization: function (options, callback) {
33
34
+ // TODO 这里根据自己业务需要做好放行判断
35
if (!allowScope()) {
36
console.log('deny Scope');
37
return;
0 commit comments