restic/internal/backend/gs
Michael Eischer 8a486eafed gs: Don't drop error when finishing upload
The error returned when finishing the upload of an object was dropped.
This could cause silent upload failures and thus data loss in certain
cases. When a MD5 hash for the uploaded blob is specified, a wrong
hash/damaged upload would return its error via the Close() whose error
was dropped.
2021-01-30 13:31:32 +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 gs: Don't drop error when finishing upload 2021-01-30 13:31:32 +01:00
gs_test.go gs: support authentication with access token 2020-07-22 16:23:03 +02:00