mirror of https://github.com/restic/restic.git
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
Enhancement: Allow specifying the region of new buckets in the gs 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 be created by using the `-o gs.region=us` option.
|
|
|
|
https://github.com/restic/restic/pull/4226
|