Skip to content

Commit 586d334

Browse files
authored
Update demo.py
1 parent eac010f commit 586d334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qcloud_cos/demo.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# cos最新可用地域,参照https://www.qcloud.com/document/product/436/6224
1212

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

0 commit comments

Comments
 (0)