mirror of
https://github.com/restic/restic.git
synced 2025-01-18 13:31:08 +00:00
7 lines
297 B
Text
7 lines
297 B
Text
Enhancement: Google Cloud Storage backend needs less permissions
|
|
|
|
The Google Cloud Storage backend no longer requires the service account to
|
|
have the `storage.buckets.get` permission ("Storage Admin" role) in `restic
|
|
init` if the bucket already exists.
|
|
|
|
https://github.com/restic/restic/pull/1281
|