File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ SDK 下载地址:<https://github.com/qiniu/python-sdk/tags>
25
25
- [下载文件](#io-get)
26
26
- [下载公有文件](#io-get-public)
27
27
- [下载私有文件](#io-get-private)
28
- - [HTTPS 支持](#io-https-get)
29
28
- [断点续下载](#resumable-io-get)
30
29
- [资源操作](#rs)
31
30
- [获取文件信息](#rs-stat)
@@ -404,6 +403,7 @@ ret是一个字典,含有`hash`,`key`等信息。
404
403
<a name =" rsf " ></a >
405
404
### 高级管理操作
406
405
406
+ <a name =" list-prefix " ></a >
407
407
#### 列出文件
408
408
409
409
请求某个存储空间(bucket)下的文件列表,如果有前缀,可以按前缀(prefix)进行过滤;如果前一次返回marker就表示还有资源,下一步请求需要将marker参数填上。
@@ -416,11 +416,11 @@ ret是一个字典,含有`hash`,`key`等信息。
416
416
@gist(demo.py#list_prefix)
417
417
```
418
418
<a name =" fop " ></a >
419
-
420
419
### 云处理
421
- <a name =" fop-image " ></a >
422
420
421
+ <a name =" fop-image " ></a >
423
422
#### 图像
423
+
424
424
<a name =" fop-image-info " ></a >
425
425
##### 查看图像属性
426
426
``` {python}
You can’t perform that action at this time.
0 commit comments