mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
parent
3830117735
commit
626d020e62
@ -90,16 +90,6 @@ func Open(cfg Config) (restic.Backend, error) {
|
|||||||
return nil, errors.Wrap(err, "conn.Container")
|
return nil, errors.Wrap(err, "conn.Container")
|
||||||
}
|
}
|
||||||
|
|
||||||
// check that the server supports byte ranges
|
|
||||||
_, hdr, err := be.conn.Account()
|
|
||||||
if err != nil {
|
|
||||||
return nil, errors.Wrap(err, "Account()")
|
|
||||||
}
|
|
||||||
|
|
||||||
if hdr["Accept-Ranges"] != "bytes" {
|
|
||||||
return nil, errors.New("backend does not support byte range")
|
|
||||||
}
|
|
||||||
|
|
||||||
return be, nil
|
return be, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user