2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00
restic/internal/backend/gs
greatroar 07e5c38361 errors: Drop Cause in favor of Go 1.13 error handling
The only use cases in the code were in errors.IsFatal, backend/b2,
which needs a workaround, and backend.ParseLayout. The last of these
requires all backends to implement error unwrapping in IsNotExist.
All backends except gs already did that.
2022-10-08 13:08:08 +02:00
..
config_test.go Add Google Cloud Storage as backend 2017-08-06 21:47:55 +02:00
config.go azure/gs: Fix default value in connections help text 2021-05-17 20:56:51 +02:00
gs_test.go gs: support authentication with access token 2020-07-22 16:23:03 +02:00
gs.go errors: Drop Cause in favor of Go 1.13 error handling 2022-10-08 13:08:08 +02:00