修复: 网站预览资源路径+七牛目录层级
This commit is contained in:
@@ -480,6 +480,9 @@ func (c *Client) ListFiles(ctx context.Context, options *oss.ListOptions) (*oss.
|
||||
if options.Marker != "" {
|
||||
path += "&marker=" + options.Marker
|
||||
}
|
||||
if options.Delimiter != "" {
|
||||
path += "&delimiter=" + options.Delimiter
|
||||
}
|
||||
|
||||
// 使用 GET 方法和 RSF API
|
||||
resp, err := c.doRSFRequest("GET", path)
|
||||
|
||||
Reference in New Issue
Block a user