Skip to content

Commit 896dbcb

Browse files
committed
fix
1 parent 77cd7d9 commit 896dbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiniu/rsf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public function __construct($mac)
1616

1717
/**
1818
* 1. 首次请求 marker = ""
19-
* 2. 无论 err 值如何,均应该先看 entries 是否有内容
20-
* 3. 如果后续没有更多数据,err 返回 EOF,markerOut 返回 ""(但不通过该特征来判断是否结束)
19+
* 2. 无论 err 值如何,均应该先看 entries 是否有内容
20+
* 3. 如果后续没有更多数据,err 返回 EOF,markerOut 返回 ""(但不通过该特征来判断是否结束)
2121
*/
2222
public function ListPrefix($bucket, $prefix, $marker, $limit) // => ($ret => array('items' => items, 'marker': markerOut), $err)
2323
{

0 commit comments

Comments
 (0)