From 649afb1198794cf5291ab4cbb28162767a550378 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 27 Jan 2018 20:16:51 +0100 Subject: [PATCH] Add entry to changelog --- changelog/0.8.2/pull-1594 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/0.8.2/pull-1594 diff --git a/changelog/0.8.2/pull-1594 b/changelog/0.8.2/pull-1594 new file mode 100644 index 000000000..b160baa70 --- /dev/null +++ b/changelog/0.8.2/pull-1594 @@ -0,0 +1,7 @@ +Bugfix: Google Cloud Storage: Use generic HTTP transport + +It was discovered that the Google Cloud Storage backend did not use the generic +HTTP transport, so things such as bandwidth limiting with `--limit-upload` did +not work. This is resolved now. + +https://github.com/restic/restic/pull/1594