restic/changelog/0.15.0_2023-01-12/issue-4085

11 lines
463 B
Plaintext
Raw Normal View History

2023-01-08 15:34:30 +01:00
Bugfix: Make `init` ignore "Access Denied" errors when creating S3 buckets
2023-01-08 15:34:30 +01:00
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