2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-21 18:22:22 +00:00
restic/changelog/0.15.0_2023-01-12/issue-4085
2023-01-12 20:50:44 +01:00

11 lines
463 B
Plaintext

Bugfix: Make `init` ignore "Access Denied" errors when creating S3 buckets
In restic 0.9.0 through 0.13.0, the `init` command ignored some permission
errors from S3 backends when trying to check for bucket existence, so that
manually created buckets with custom permissions could be used for backups.
This feature became broken in 0.14.0, but has now been restored again.
https://github.com/restic/restic/issues/4085
https://github.com/restic/restic/pull/4086