restic/internal/backend/s3
Felix Lee 944fc857eb Fix failure to detect some legacy s3 repos
Sometimes s3 listobjects for a directory includes an entry for that
directory. The restic s3 backend doesn't expect that and returns
an error.

Symptom is:
  ReadDir: invalid key name restic/key/, removing prefix
     restic/key/ yielded empty string

I'm not sure when s3 does that; I'm unable to reproduce it myself.

But in any case, it seems correct to ignore that when it happens.

Fixes #1068
2017-10-18 13:45:31 -07:00
..
config.go Run goimports 2017-07-23 14:21:03 +02:00
config_test.go Moves files 2017-07-23 14:19:13 +02:00
s3.go Fix failure to detect some legacy s3 repos 2017-10-18 13:45:31 -07:00
s3_test.go Remove Deleter interface 2017-10-14 16:04:29 +02:00