restic/changelog/unreleased/pull-4226

8 lines
326 B
Plaintext
Raw Normal View History

2023-07-27 19:52:04 +00:00
Enhancement: Allow specifying the region of new buckets in the gs backend
2023-02-27 06:53:25 +00:00
2023-05-26 18:05:49 +00:00
Buckets used by the Google Cloud Storage backend would always get created in
2023-07-27 19:52:04 +00:00
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.
2023-02-27 06:53:25 +00:00
https://github.com/restic/restic/pull/4226