mirror of
https://github.com/octoleo/restic.git
synced 2024-11-16 01:57:10 +00:00
8a486eafed
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.
8 lines
290 B
Plaintext
8 lines
290 B
Plaintext
Bugfix: Better error handling for gs backend
|
|
|
|
The gs backend did not notice when the last steep of completing a file upload
|
|
failed. Under rare circumstance, this might be able to cause missing files in
|
|
the backup repository. This has been fixed.
|
|
|
|
https://github.com/restic/restic/pull/3249
|