Skip to content

Commit e212486

Browse files
committed
fix: warning of utf8 keys
1 parent f43f99d commit e212486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ public static void PutFile(string bucket, string key, string fname)
418418

419419
为防止在上传较大文件时发生GUI界面出现假死现像,c# SDK的内部被设计为异步上传模式,您可以通过注册client的PutFinished事件获取上传结果。该事件无论上传是否会成功,都会被触发。
420420

421-
421+
**注意: key必须采用utf8编码,如使用非utf8编码访问七牛云存储将反馈错误**
422422

423423
<a name=resumable-io-upload></a>
424424
### 5.2.2 断点续上传
@@ -476,6 +476,8 @@ public event EventHandler<PutNotifyErrorEvent> NotifyErr;
476476

477477
其中<domain>可以到[七牛云存储开发者自助网站](https://portal.qiniu.com/)绑定, 域名可以使用自己一级域名的或者是由七牛提供的二级域名(`<bucket>.qiniudn.com`)。注意,尖括号不是必需,代表替换项。
478478

479+
**注意: key必须采用utf8编码,如使用非utf8编码访问七牛云存储将反馈错误**
480+
479481
<a name=private-download></a>
480482
#### 5.3.2 私有资源下载
481483
私有资源必须通过临时下载授权凭证(downloadToken)下载,如下:

0 commit comments

Comments
 (0)