2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 19:40:49 +00:00
restic/backend/s3
Alexander Neumann 8b7bf8691d backend: Remove Get()
This is the first commit that removes the (redundant) Get() method of
the backend interface. Get(x, y) is equivalent to GetReader(x, y, 0, 0).
2016-01-23 13:13:05 +01:00
..
config_test.go Fix s3 tests 2016-01-17 18:48:05 +01:00
config.go s3: properly integrate minio-go lib 2016-01-17 18:48:05 +01:00
cont_reader.go ContReader: Remove debug output 2016-01-17 18:48:05 +01:00
s3_test.go Fix s3 backend, add more tests 2016-01-17 18:48:05 +01:00
s3.go backend: Remove Get() 2016-01-23 13:13:05 +01:00