github.com/mckael/restic@v0.8.3/changelog/0.6.0_2017-05-29/pull-962 (about)

     1  Enhancement: Improve memory and runtime for the s3 backend
     2  
     3  We've updated the library used for accessing s3, switched to using a lower
     4  level API and added caching for some requests. This lead to a decrease in
     5  memory usage and a great speedup. In addition, we added benchmark functions for
     6  all backends, so we can track improvements over time. The Continuous
     7  Integration test service we're using (Travis) now runs the s3 backend tests not
     8  only against a Minio server, but also against the Amazon s3 live service, so we
     9  should be notified of any regressions much sooner.
    10  
    11  https://github.com/restic/restic/pull/962
    12  https://github.com/restic/restic/pull/960
    13  https://github.com/restic/restic/pull/946
    14  https://github.com/restic/restic/pull/938
    15  https://github.com/restic/restic/pull/883