fix(alias): Support forced refresh of file list (#6562)
This commit is contained in:
@ -24,7 +24,8 @@ func list(ctx context.Context, path string, args *ListArgs) ([]model.Obj, error)
|
||||
if storage != nil {
|
||||
_objs, err = op.List(ctx, storage, actualPath, model.ListArgs{
|
||||
ReqPath: path,
|
||||
}, args.Refresh)
|
||||
Refresh: args.Refresh,
|
||||
})
|
||||
if err != nil {
|
||||
if !args.NoLog {
|
||||
log.Errorf("fs/list: %+v", err)
|
||||
|
Reference in New Issue
Block a user