Skip to content

Commit

Permalink
Dev/1.7.0 (#204)
Browse files Browse the repository at this point in the history
* fix: 去除内置灯塔 sdk

* upd: 新增CopySourceParser 类型说明
  • Loading branch information
livehigh authored Mar 5, 2024
1 parent 83b4b32 commit e91f2da
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 1,363 deletions.
File renamed without changes.
4 changes: 3 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ <h1>
</div>
</div>

<script src="../demo/common/beacon.min.js"></script>
<script src="../dist/cos-js-sdk-v5.js"></script>
<script src="./demo.js"></script>
<script type="module" src="./CIDemos/index.js"></script>
Expand Down Expand Up @@ -236,8 +237,9 @@ <h1>
// // SecurityToken: credentials.sessionToken, // 如果使用临时密钥,需要传 SecurityToken
// });
};

var cos = new COS({
// EnableTracker: true, // 开启灯塔上报
// Beacon: BeaconAction,
getAuthorization: getAuthorization,
UploadCheckContentMd5: true,
});
Expand Down
Loading

0 comments on commit e91f2da

Please sign in to comment.