2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-28 22:49:01 +00:00
restic/internal/backend/rest
Michael Eischer 307aeb6849 rest: Don't return error if listing non-existent directory
When transferring a repository from S3 to, for example, a local disk
then all empty folders will be missing.

When saving files, the missing intermediate folders are created
automatically. Therefore, missing directories can be ignored by the
`List()` operation.
2023-07-14 22:39:38 +02:00
..
config_test.go location: extract backend specific part of StripPassword 2023-06-17 15:15:58 +02:00
config.go backend: let ParseConfig return a Config pointer 2023-06-07 22:31:15 +02:00
rest_int_test.go backend: pass context into every backend constructor 2023-06-17 15:15:57 +02:00
rest_test.go Fix linter warnings 2023-06-17 15:15:58 +02:00
rest.go rest: Don't return error if listing non-existent directory 2023-07-14 22:39:38 +02:00