restic/internal/backend/gs
Alexander Neumann 99f7fd74e3 backend: Improve Save()
As mentioned in issue [#1560](https://github.com/restic/restic/pull/1560#issuecomment-364689346)
this changes the signature for `backend.Save()`. It now takes a
parameter of interface type `RewindReader`, so that the backend
implementations or our `RetryBackend` middleware can reset the reader to
the beginning and then retry an upload operation.

The `RewindReader` interface also provides a `Length()` method, which is
used in the backend to get the size of the data to be saved. This
removes several ugly hacks we had to do to pull the size back out of the
`io.Reader` passed to `Save()` before. In the `s3` and `rest` backend
this is actively used.
2018-03-03 15:49:44 +01:00
..
config.go gs: minor comment cleanups 2017-09-24 10:10:56 -07:00
config_test.go Add Google Cloud Storage as backend 2017-08-06 21:47:55 +02:00
gs.go backend: Improve Save() 2018-03-03 15:49:44 +01:00
gs_test.go GS: Use generic http transport 2018-01-27 20:12:34 +01:00