1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-12 09:29:49 +00:00
restic/internal/backend/gs
Michael Eischer 3a3cf608f5 b2/s3: Move config validation from ApplyEnvironment to Open/Create
Conceptually the backend configuration should be validated when creating
or opening the backend, but not when filling in information from
environment variables into the configuration.
2023-06-17 15:15:58 +02:00
..
config.go b2/s3: Move config validation from ApplyEnvironment to Open/Create 2023-06-17 15:15:58 +02:00
config_test.go
gs.go backend: Unify backend construction using factory and registry 2023-06-17 15:15:57 +02:00
gs_test.go