Skip to content

Commit

Permalink
Update demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 authored Dec 21, 2017
1 parent eac010f commit 586d334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qcloud_cos/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# cos最新可用地域,参照https://www.qcloud.com/document/product/436/6224

# 设置用户属性, 包括secret_id, secret_key, region
# appid已在配置中移除,请在参数Bucket中带上appid。Bucket由bucketname-appid组成
secret_id = 'AKID15IsskiBQACGbAo6WhgcQbVls7HmuG00' # 替换为用户的secret_id
secret_key = 'csivKvxxrMvSvQpMWHuIz12pThQQlWRW' # 替换为用户的secret_key
region = 'ap-beijing-1' # 替换为用户的region
Expand Down

0 comments on commit 586d334

Please sign in to comment.