From 06894484a18fd7185c364db77b87ccc8a4244408 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 26 May 2023 20:05:49 +0200 Subject: [PATCH] shorten changelog title --- changelog/unreleased/pull-4226 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/unreleased/pull-4226 b/changelog/unreleased/pull-4226 index 4b5be4655..69c848735 100644 --- a/changelog/unreleased/pull-4226 +++ b/changelog/unreleased/pull-4226 @@ -1,6 +1,7 @@ -Enhancement: Allow to specify region where a bucket should get created in the gcs backend +Enhancement: Allow specifying the region of new buckets 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. +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