mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
b2: Check timeout
This commit is contained in:
parent
164acceb55
commit
7719cf88d9
@ -297,6 +297,10 @@ func (be *b2Backend) List(ctx context.Context, t restic.FileType, fn func(restic
|
||||
return ctx.Err()
|
||||
}
|
||||
|
||||
if ctx.Err() != nil {
|
||||
return ctx.Err()
|
||||
}
|
||||
|
||||
attrs, err := obj.Attrs(ctx)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user