2023-01-08 14:34:30 +00:00
|
|
|
Bugfix: Make `init` ignore "Access Denied" errors when creating S3 buckets
|
2022-12-14 01:36:44 +00:00
|
|
|
|
2023-01-08 14:34:30 +00: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.
|
2022-12-14 01:36:44 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4085
|
|
|
|
https://github.com/restic/restic/pull/4086
|