2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 09:30:50 +00:00
restic/internal/backend/rest
Michael Eischer e6a5801155 rest: Fix test backend url
The rest config normally uses prepareURL to sanitize URLs and ensures
that the URL ends with a slash. However, the test used an URL without a
trailing slash, which after the rest server changes causes test
failures.
2021-08-15 18:16:17 +02:00
..
config_test.go backend/rest: Ensure base URL ends with slash 2018-04-01 10:18:38 +02:00
config.go Hide password from repository URLs 2020-09-22 22:00:51 +02:00
rest_int_go114_test.go rest: test that zero-length replies over HTTP2 work correctly 2021-07-10 17:22:42 +02:00
rest_int_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
rest_test.go rest: Fix test backend url 2021-08-15 18:16:17 +02:00
rest.go Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00