2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-22 22:58:26 +00:00
eleith a24e986b2b do not require gs bucket permissions to init repository
a gs service account may only have object permissions on an existing
bucket but no bucket create/get permissions.

these service accounts currently are blocked from initialization a
restic repository because restic can not determine if the bucket exists.

this PR updates the logic to assume the bucket exists when the bucket
attribute request results in a permissions denied error.

this way, restic can still initialize a repository if the service
account does have object permissions

fixes: https://github.com/restic/restic/issues/3100
2020-11-18 06:14:11 -08:00
..
2020-11-08 00:05:53 +01:00
2020-11-11 20:20:35 +01:00
2017-07-23 14:19:13 +02:00
2018-03-03 15:49:44 +01:00
2017-07-23 14:19:13 +02:00
2017-07-23 14:19:13 +02:00
2020-09-05 10:07:16 +02:00
2018-04-01 10:16:31 +02:00
2018-04-01 10:16:31 +02:00