1
0
mirror of https://github.com/restic/restic.git synced 2024-07-02 08:40:55 +02:00
restic/internal/backend/rest
Michael Eischer 9aa2eff384 Add plumbing to calculate backend specific file hash for upload
This enables the backends to request the calculation of a
backend-specific hash. For the currently supported backends this will
always be MD5. The hash calculation happens as early as possible, for
pack files this is during assembly of the pack file. That way the hash
would even capture corruptions of the temporary pack file on disk.
2021-08-04 22:17:46 +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: use global context on repository creation 2020-10-09 22:39:06 +02:00
rest.go Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00