mirror of
https://github.com/restic/restic.git
synced 2025-08-21 05:17:35 +00:00
migrations: Fix S3 backend detection
This commit is contained in:
@@ -191,3 +191,7 @@ func (be *Backend) List(ctx context.Context, t restic.FileType, fn func(restic.F
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
func (be *Backend) Unwrap() restic.Backend {
|
||||
return be.Backend
|
||||
}
|
||||
|
Reference in New Issue
Block a user