mirror of
https://github.com/restic/restic.git
synced 2025-08-22 09:17:26 +00:00
migrations: Fix S3 backend detection
This commit is contained in:
@@ -46,6 +46,8 @@ func (r rateLimitedBackend) Load(ctx context.Context, h restic.Handle, length in
|
||||
})
|
||||
}
|
||||
|
||||
func (r rateLimitedBackend) Unwrap() restic.Backend { return r.Backend }
|
||||
|
||||
type limitedReader struct {
|
||||
io.Reader
|
||||
writerTo io.WriterTo
|
||||
|
Reference in New Issue
Block a user