restic/internal/backend/gs
Michael Eischer c73316a111 backends: add sanity check for the uploaded file size
Bugs in the error handling while uploading a file to the backend could
cause incomplete files, e.g. https://github.com/golang/go/issues/42400
which could affect the local backend.

Proactively add sanity checks which will treat an upload as failed if
the reported upload size does not match the actual file size.
2021-01-29 13:51:51 +01:00
..
config.go simplified prefix removal, removed unnecessary if-else statements 2019-06-30 23:34:47 +03:00
config_test.go Add Google Cloud Storage as backend 2017-08-06 21:47:55 +02:00
gs.go backends: add sanity check for the uploaded file size 2021-01-29 13:51:51 +01:00
gs_test.go gs: support authentication with access token 2020-07-22 16:23:03 +02:00