gs: support other regions than us

This commit is contained in:
sohalt
2023-02-27 07:53:25 +01:00
committed by Michael Eischer
parent 658aa4c0f7
commit ed5b2c2c9b
5 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Allow to specify region where a bucket should get created in the gcs backend
Buckets used by the Google Cloud Storage backend would always get created in the "us" region.
It is now possible to specify the region, where a bucket should get created.
https://github.com/restic/restic/pull/4226