Skip to content

Commit c160e08

Browse files
authored
Update auth.py
1 parent 5bf64de commit c160e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'mimeLimit', # MimeType限制
2929
'fsizeLimit', # 上传文件大小限制
3030
'fsizeMin', # 上传文件最少字节数
31-
'keylimit', # 设置允许的key列表,不超过20个,如果设置了这个字段,上传时必须提供key
31+
'keylimit', # 设置允许上传的key列表,字符串数组类型,数组长度不可超过20个,如果设置了这个字段,上传时必须提供key
3232

3333
'persistentOps', # 持久化处理操作
3434
'persistentNotifyUrl', # 持久化处理结果通知URL

0 commit comments

Comments
 (0)