restic/src
trbs b523eef294 Cache size of last ReadAt on S3 for performance
Each obj.Stat() call adds another request to the S3 endpoint
for some commands a lot of ReadAt calls are made for the same
object in S3. This patch essentially cuts the number of calls
to S3 in this case in half. Speeding up the progress and lowering
costs to S3.
2017-03-14 14:02:50 +01:00
..
cmds/restic Fix restoring files as non-root user 2017-03-12 16:51:58 +01:00
restic Cache size of last ReadAt on S3 for performance 2017-03-14 14:02:50 +01:00