2021-02-13 23:57:54 +00:00
|
|
|
Bugfix: Do not require gs bucket permissions when running `init`
|
2020-11-18 00:44:26 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
Restic used to require bucket level permissions for the `gs` backend
|
2020-11-18 00:44:26 +00:00
|
|
|
in order to initialize a restic repository.
|
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
It now allows a `gs` service account to initialize a repository if the
|
2020-11-18 00:44:26 +00:00
|
|
|
bucket does exist and the service account has permissions to write/read
|
|
|
|
to that bucket.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3100
|