2024-10-22 17:47:44 +00:00
|
|
|
Bugfix: Support container-level SAS/SAT tokens for Azure backend
|
2024-10-17 07:23:32 +00:00
|
|
|
|
2024-10-22 17:47:44 +00:00
|
|
|
Restic previously expected SAS/SAT tokens to be generated at the account level,
|
|
|
|
which prevented tokens created at the container level from being used to
|
|
|
|
initialize a repository. This caused an error when attempting to initialize a
|
|
|
|
repository with container-level tokens.
|
|
|
|
|
|
|
|
Restic now supports both account-level and container-level SAS/SAT tokens for
|
|
|
|
initializing a repository.
|
2024-10-17 07:23:32 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4004
|
|
|
|
https://github.com/restic/restic/pull/5093
|