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