mirror of
https://github.com/restic/restic.git
synced 2025-10-09 16:41:09 +00:00
migrations: Fix S3 backend detection
This commit is contained in:
@@ -85,3 +85,7 @@ func (be *SemaphoreBackend) Remove(ctx context.Context, h restic.Handle) error {
|
||||
|
||||
return be.Backend.Remove(ctx, h)
|
||||
}
|
||||
|
||||
func (be *SemaphoreBackend) Unwrap() restic.Backend {
|
||||
return be.Backend
|
||||
}
|
||||
|
Reference in New Issue
Block a user