2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-28 06:29:01 +00:00
restic/internal/backend/s3
Michael Eischer ff7ef5007e Replace most usages of ioutil with the underlying function
The ioutil functions are deprecated since Go 1.17 and only wrap another
library function. Thus directly call the underlying function.

This commit only mechanically replaces the function calls.
2022-12-02 19:36:43 +01:00
..
config_test.go s3: Remove default prefix "/restic" 2017-11-21 21:33:09 +01:00
config.go redacted keys/token in backend config debug log 2022-07-02 18:47:35 +02:00
s3_test.go redacted keys/token in backend config debug log 2022-07-02 18:47:35 +02:00
s3.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00