Skip to content

Commit cd148b1

Browse files
authored
Update README.rst
1 parent c216a08 commit cd148b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cos最新可用地域,参照https://www.qcloud.com/document/product/436/6224
3030
# appid已在配置中移除,请在参数Bucket中带上appid。Bucket由bucketname-appid组成
3131
secret_id = 'xxxxxxxx' # 替换为用户的secret_id
3232
secret_key = 'xxxxxxx' # 替换为用户的secret_key
33-
  region = 'ap-beiging-1'   # 替换为用户的region
33+
   region = 'ap-beijing-1'   # 替换为用户的region
3434
token = '' # 使用临时秘钥需要传入Token,默认为空,可不填
3535
config = CosConfig(Region=region, Secret_id=secret_id, Secret_key=secret_key, Token=token) #获取配置对象
3636
client = CosS3Client(config) #获取客户端对象

0 commit comments

Comments
 (0)