Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu authored Dec 29, 2017
1 parent 3446de2 commit ef9f8ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
<input id="file-selector" type="file">
<script src="dist/cos-js-sdk-v5.min.js"></script>
<script>
var AppId = '1250000000';
var Bucket = 'test';
var Bucket = 'test-1250000000';
var Region = 'ap-guangzhou';
// 初始化实例
var cos = new COS({
AppId: AppId,
getAuthorization: function (options, callback) {
// 异步获取签名
$.get('../server/auth.php', {
Expand Down

0 comments on commit ef9f8ea

Please sign in to comment.