2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 21:27:34 +00:00
restic/internal/backend/azure
Connor Findlay 2e704c69ac backend/azure: Handle Container SAS/SAT
Ignore AuthorizationFailure caused by using a container level SAS/SAT
token when calling GetProperties during the Create() call. This is because the
GetProperties call expects an Account Level token, and the container
level token simply lacks the appropriate permissions. Supressing the
Authorization Failure is OK, because if the token is actually invalid,
this is caught elsewhere when we try to actually use the token to do
work.
2024-10-17 20:38:03 +02:00
..
azure_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
azure.go backend/azure: Handle Container SAS/SAT 2024-10-17 20:38:03 +02:00
config_test.go backend: fix linter warnings 2023-06-07 22:31:15 +02:00
config.go Azure: add option to force use of CLI credential 2024-05-18 22:15:54 +02:00