1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-07 15:08:03 +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.go
config_test.go location: extract backend specific part of StripPassword 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
rest_int_test.go
rest_test.go Fix linter warnings 2023-06-17 15:15:58 +02:00