We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac010f commit 586d334Copy full SHA for 586d334
qcloud_cos/demo.py
@@ -11,6 +11,7 @@
11
# cos最新可用地域,参照https://www.qcloud.com/document/product/436/6224
12
13
# 设置用户属性, 包括secret_id, secret_key, region
14
+# appid已在配置中移除,请在参数Bucket中带上appid。Bucket由bucketname-appid组成
15
secret_id = 'AKID15IsskiBQACGbAo6WhgcQbVls7HmuG00' # 替换为用户的secret_id
16
secret_key = 'csivKvxxrMvSvQpMWHuIz12pThQQlWRW' # 替换为用户的secret_key
17
region = 'ap-beijing-1' # 替换为用户的region
0 commit comments