Modify: return parent folder id while listing objects

This commit is contained in:
HFO4
2020-02-07 13:54:37 +08:00
parent 4c530a26a0
commit 16613a6113
13 changed files with 30 additions and 36 deletions

View File

@@ -68,6 +68,7 @@ func (handler Driver) Get(ctx context.Context, path string) (response.RSCloser,
request.WithHeader(
http.Header{"Cache-Control": {"no-cache", "no-store", "must-revalidate"}},
),
request.WithTimeout(time.Duration(0)),
).CheckHTTPResponse(200).GetRSCloser()
if err != nil {
return nil, err