2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 07:08:28 +00:00

8 lines
336 B
Plaintext
Raw Normal View History

2023-07-29 02:30:40 +02:00
Enhancement: Allow specifying region of new buckets in the `gs` backend
2023-02-27 07:53:25 +01:00
2023-07-29 02:30:40 +02:00
Previously, 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.
2023-02-27 07:53:25 +01:00
https://github.com/restic/restic/pull/4226